IOTC Platform  Ver: 4.3.6.2-0-ge1f616e
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
st_RDT_Status Struct Reference

#include <RDTCommon.h>

Data Fields

uint16_t Timeout
 The remaining time, in unit of second, to keep the RDT channel alive.
 
uint16_t TimeoutThreshold
 RDT channel will be terminated if timeout exceeds this threshold, in unit of seconds.
 
uint32_t BufSizeInSendQueue
 The size, in unit of byte, of buffer remaining in the sending queue in the local site.
 
uint32_t BufSizeInRecvQueue
 The size, in unit of byte, of buffer remaining in the receiving queue in the local site.
 

Detailed Description

RDT channel status, containing the current status of a RDT channel created between a RDT server and a RDT client. Users can use RDT_Status_Check() to get RDT status.

Field Documentation

uint32_t BufSizeInRecvQueue

The size, in unit of byte, of buffer remaining in the receiving queue in the local site.

uint32_t BufSizeInSendQueue

The size, in unit of byte, of buffer remaining in the sending queue in the local site.

uint16_t Timeout

The remaining time, in unit of second, to keep the RDT channel alive.

uint16_t TimeoutThreshold

RDT channel will be terminated if timeout exceeds this threshold, in unit of seconds.


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