OnixS C++ B3 BOE Binary Order Entry 1.3.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 60 of file Defines.h.

Constructor & Destructor Documentation

◆ SocketOption() [1/2]

SocketOption ( )
inlinenoexcept

Definition at line 61 of file Defines.h.

◆ SocketOption() [2/2]

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

Definition at line 64 of file Defines.h.

Member Data Documentation

◆ optlen

int optlen

Definition at line 69 of file Defines.h.

◆ optname

int optname

Definition at line 67 of file Defines.h.

◆ optval

const void* optval

Definition at line 68 of file Defines.h.