OnixS C++ CME iLink 3 Binary Order Entry Handler 1.19.3
API Documentation
Loading...
Searching...
No Matches
SocketOption Struct Reference

Public Member Functions

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

Public Attributes

int optname
const void * optval
int optlen

Detailed Description

Definition at line 60 of file Defines.h.

Constructor & Destructor Documentation

◆ SocketOption() [1/2]

SocketOption ( )
inlinenoexcept

Definition at line 62 of file Defines.h.

◆ SocketOption() [2/2]

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

Definition at line 68 of file Defines.h.

Member Data Documentation

◆ optlen

int optlen

Definition at line 76 of file Defines.h.

◆ optname

int optname

Definition at line 74 of file Defines.h.

◆ optval

const void* optval

Definition at line 75 of file Defines.h.