FrameParserProtocolUsesSyncBytes Property

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

Definition

Namespace: Gemstone.PhasorProtocols.SelCWS
Assembly: Gemstone.PhasorProtocols (in Gemstone.PhasorProtocols.dll) Version: 1.0.160 -- Release Build+513330b2be7fdb9c9f4bfe60fd4f0a256321d484
public override bool ProtocolUsesSyncBytes { get; }

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