OnixS C++ ICE Binary Order Entry Handler 1.0.0
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 57 of file Defines.h.

Constructor & Destructor Documentation

◆ SocketOption() [1/2]

SocketOption ( )
inlinenoexcept

Definition at line 58 of file Defines.h.

◆ SocketOption() [2/2]

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

Definition at line 61 of file Defines.h.

Member Data Documentation

◆ optlen

int optlen

Definition at line 66 of file Defines.h.

◆ optname

int optname

Definition at line 64 of file Defines.h.

◆ optval

const void* optval

Definition at line 65 of file Defines.h.