OnixS C++ FIX Engine  4.10.1
API Documentation
SocketOption Struct Reference

#include </work/build/include/OnixS/FIXEngine/Sockets/Definitions.h>

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 ( )
inline

Definition at line 55 of file Definitions.h.

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

Definition at line 58 of file Definitions.h.

Member Data Documentation

int optlen

Definition at line 63 of file Definitions.h.

int optname

Definition at line 61 of file Definitions.h.

const void* optval

Definition at line 62 of file Definitions.h.


The documentation for this struct was generated from the following file: