Click or drag to resize

PacketBaseFixedLength Field

Specifies the number of bytes in the binary image of the packet.

Namespace: GSF.Historian.Packets
Assembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.181-beta
Syntax
public const int FixedLength = -1
View Source

Field Value

Int32
Remarks
A value of -1 indicates that the binary image of the packet is of variable length.
See Also