OnixS C++ FIX Engine  4.10.1
API Documentation
OnixS::Sockets Namespace Reference

Classes

class  MulticastClient
 
struct  SocketOption
 
class  TcpClient
 

Typedefs

typedef unsigned char Byte
 
typedef std::vector< ByteBytes
 
typedef int Handle
 
typedef std::vector< SocketOptionSocketOptions
 

Typedef Documentation

typedef unsigned char Byte

Type alias for byte.

Definition at line 40 of file Definitions.h.

typedef std::vector<Byte> Bytes

Sequence of bytes.

Definition at line 43 of file Definitions.h.

typedef int Handle

Type alias for socket handle.

Definition at line 50 of file Definitions.h.

typedef std::vector<SocketOption> SocketOptions

Storage type of socket options.

Definition at line 67 of file Definitions.h.