OnixS C++ FIX Engine 4.13.0
API Documentation
Loading...
Searching...
No Matches
OnixS::Sockets Namespace Reference

Classes

class  MulticastClient
struct  Nic
struct  SocketOption
class  TcpClient

Typedefs

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

Typedef Documentation

◆ Byte

typedef unsigned char Byte

Type alias for byte.

Definition at line 40 of file Definitions.h.

◆ Bytes

typedef std::vector<Byte> Bytes

Sequence of bytes.

Definition at line 43 of file Definitions.h.

◆ Handle

typedef int Handle

Type alias for socket handle.

Definition at line 50 of file Definitions.h.

◆ SocketOptions

typedef std::vector<SocketOption> SocketOptions

Storage type of socket options.

Definition at line 67 of file Definitions.h.