FrameParserParseWordCountFromByte Property

Gets or sets flag that interprets word count in packet header from a byte instead of a word.

Definition

Namespace: Gemstone.PhasorProtocols.BPAPDCstream
Assembly: Gemstone.PhasorProtocols (in Gemstone.PhasorProtocols.dll) Version: 1.0.141 -- Release Build+a1d309b3dd9a36e1f43458d44683b1366d4d4297
public bool ParseWordCountFromByte { get; set; }

Property Value

Boolean

Remarks

Set to true to interpret word count in packet header from a byte instead of a word - if the sync byte (0xAA) is at position one, then the word count would be interpreted from byte four. Some older BPA PDC stream implementations have a 0x01 in byte three where there should be a 0x00 and this throws off the frame length, setting this property to true will correctly interpret the word count.

See Also