Click or drag to resize

FrameParserProtocolUsesSyncBytes Property

Gets flag that determines if SEL CWS protocol parsing implementation uses synchronization bytes.

Namespace: GSF.PhasorProtocols.SelCWS
Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.275-beta
Syntax
public override bool ProtocolUsesSyncBytes { get; }
View Source

Property Value

Boolean
Remarks
Protocol technically uses sync-bytes, but since they vary (0x00 or 0x01) we handle stream initialization manually in the Parse(SourceChannel, Byte, Int32, Int32) method.
See Also