Represents the instantaneous state of a DOFServer. More...
Functions | |
boolean | DOFServerState_IsStarted (const DOFServerState self) |
Returns whether the status of the Server is connected or not. | |
DOFException | DOFServerState_GetException (const DOFServerState self) |
Returns an Exception associated with state. | |
uint64 | DOFServerState_GetReceiveByteCount (DOFServerState self) |
Returns the number of bytes received on the associated server at the point the server state was created. | |
uint64 | DOFServerState_GetSendByteCount (DOFServerState self) |
Returns the number of bytes sent from the associated server at the point the server state was created. | |
uint64 | DOFServerState_GetReceivePacketCount (DOFServerState self) |
Returns the number of packets received on the associated server at the point the server state was created. | |
uint64 | DOFServerState_GetSendPacketCount (DOFServerState self) |
Returns the number of packets sent from the associated server at the point the server state was created. | |
DOFServerType | DOFServerState_GetServerType (DOFServerState self) |
Returns the server type. | |
DOFAddress | DOFServerState_GetAddress (DOFServerState self) |
Returns the address. | |
DOFSecurityDesire | DOFServerState_GetSecurityDesire (DOFServerState self) |
Returns the security desire. | |
DTLServerConfig | DOFServerState_GetTransportConfig (DOFServerState self) |
Returns the transport config. | |
DOFProtocolNegotiator | DOFServerState_GetProtocolNegotiator (DOFServerState self) |
Returns the protocol negotiator. | |
uint32 | DOFServerState_GetMaxSendSilence (DOFServerState self) |
Returns the max send silence. | |
uint32 | DOFServerState_GetMaxReceiveSilence (DOFServerState self) |
Returns the max receive silence. | |
uint32 | DOFServerState_GetConnectionLimit (DOFServerState self) |
Returns the maximum number of inbound connections the DOFServer allows. | |
void | DOFServerState_Destroy (DOFServerState self) |
Deallocates the object representing the server's state. | |
Represents the instantaneous state of a DOFServer.