Click or drag to resize

DataPacketFlags Enumeration

.NET STTP API
Enumeration of the possible flags for a data packet.

Namespace: sttp.transport
Assembly: sttp.net (in sttp.net.dll) Version: 1.0.0
Syntax
[FlagsAttribute]
public enum DataPacketFlags
Request Example
Members
Member nameValueDescription
NoFlags0 Defines state where there are no flags set.
Compact2Obsolete.
Determines if serialized measurement is compact. Currently this bit is always set.
CipherIndex4 Determines which cipher index to use when encrypting data packet.
Compressed8 Determines if data packet payload is compressed.
CacheIndex16 Determines which signal index cache to use when decoding a data packet. Used by STTP version 2 or greater.
See Also