OnixS C++ CME MDP Conflated TCP Handler 1.3.6
API Documentation
Loading...
Searching...
No Matches
SocketOption Struct Reference

Public Member Functions

 SocketOption ()
 SocketOption (int optionLevel, int optionName, void *optionValue, int optionLength) 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() [1/2]

SocketOption ( )
inline

Definition at line 61 of file Defines.h.

◆ SocketOption() [2/2]

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

Definition at line 64 of file Defines.h.

Member Data Documentation

◆ level

int level

Definition at line 67 of file Defines.h.

◆ optlen

int optlen

Definition at line 70 of file Defines.h.

◆ optname

int optname

Definition at line 68 of file Defines.h.

◆ optval

void* optval

Definition at line 69 of file Defines.h.