OnixS C++ MTS Bond Vision SDP Handler 1.3.0
API documentation
Loading...
Searching...
No Matches
ConnectionSettings Struct Reference

Public Member Functions

 ConnectionSettings ()
std::string toString () const

Public Attributes

UInt16 clientSendAliveIntervalReq
UInt16 clientReceiveAliveIntervalReq
SInt16 comunicWindowSize
bool compressionEnabled

Detailed Description

Definition at line 147 of file HandlerSettings.h.

Constructor & Destructor Documentation

◆ ConnectionSettings()

Initialize default instance.

Member Function Documentation

◆ toString()

std::string toString ( ) const

Returns the string representation.

Member Data Documentation

◆ clientReceiveAliveIntervalReq

UInt16 clientReceiveAliveIntervalReq

Specifies the value of the timeout at which the handler must send heartbeat to prevent the server from closing the session.

Definition at line 158 of file HandlerSettings.h.

◆ clientSendAliveIntervalReq

UInt16 clientSendAliveIntervalReq

Specifies the value of the timeout at which the handle must close the SSP session. The handler must reset this timeout whenever it receives a valid data from the server.

Definition at line 155 of file HandlerSettings.h.

◆ compressionEnabled

bool compressionEnabled

Indicates whether compression of the block data is enabled or not.

Definition at line 164 of file HandlerSettings.h.

◆ comunicWindowSize

SInt16 comunicWindowSize

Size of the communication window.

Definition at line 161 of file HandlerSettings.h.