OnixS C++ FIX Engine 4.13.0
API Documentation
Loading...
Searching...
No Matches
SocketOption Struct Reference

Public Member Functions

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

Public Attributes

int optname
const void * optval
int optlen

Detailed Description

Definition at line 54 of file Definitions.h.

Constructor & Destructor Documentation

◆ SocketOption() [1/2]

SocketOption ( )
inline

Definition at line 55 of file Definitions.h.

◆ SocketOption() [2/2]

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

Definition at line 58 of file Definitions.h.

Member Data Documentation

◆ optlen

int optlen

Definition at line 63 of file Definitions.h.

◆ optname

int optname

Definition at line 61 of file Definitions.h.

◆ optval

const void* optval

Definition at line 62 of file Definitions.h.