ordered property

bool ordered
getter/setter pair

Whether the SDK guarantees that the receiver receives the data in the sent order. true: Guarantee that the receiver receives the data in the sent order. false: Do not guarantee that the receiver receives the data in the sent order. Do not set this parameter as true if you need the receiver to receive the data packet immediately.

Implementation

bool ordered;