OnixS C++ CME MDP Conflated TCP Handler  1.3.1
API Documentation
SocketOption Struct Reference

#include <OnixS/CME/ConflatedTCP/Defines.h>

Public Member Functions

 SocketOption ()
 
 SocketOption (int optionLevel, int optionName, void *optionValue, int optionLength) ONIXS_CONFLATEDTCP_NOEXCEPT
 

Public Attributes

int level
 
int optname
 
void * optval
 
int optlen
 

Detailed Description

Definition at line 60 of file Defines.h.

Constructor & Destructor Documentation

SocketOption ( )
inline

Definition at line 61 of file Defines.h.

SocketOption ( int  optionLevel,
int  optionName,
void *  optionValue,
int  optionLength 
)
inline

Definition at line 64 of file Defines.h.

Member Data Documentation

int level

Definition at line 67 of file Defines.h.

int optlen

Definition at line 70 of file Defines.h.

int optname

Definition at line 68 of file Defines.h.

void* optval

Definition at line 69 of file Defines.h.


The documentation for this struct was generated from the following file: