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

#include <TUTKRTCAPIs.h>

Data Fields

bool ordered
 Decides the order in which data is sent. If true, data is sent in order.
 
uint16_t max_packet_lifetime_ms
 
uint16_t max_retransmits_count
 Control number of times a channel retransmits data if not delivered successfully.
 
char protocol [DATA_CHANNEL_PROTOCOL_LEN+1]
 Sub protocol name for the channel.
 

Field Documentation

uint16_t max_packet_lifetime_ms

Limits the time (in milliseconds) during which the channel will (re)transmit data if not acknowledged. This value may be clamped if it exceeds the maximum value supported by the user agent.

uint16_t max_retransmits_count

Control number of times a channel retransmits data if not delivered successfully.

bool ordered

Decides the order in which data is sent. If true, data is sent in order.

char protocol[DATA_CHANNEL_PROTOCOL_LEN+1]

Sub protocol name for the channel.


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