Click or drag to resize

ChannelFrameBase<T> .BinaryLength Property

Gets the length of the BinaryImage.

Namespace: GSF.PhasorProtocols
Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.239-beta
Syntax
public override int BinaryLength { get; }
View Source

Property Value

Int32

Implements

ISupportBinaryImage.BinaryLength
ISupportBinaryImage.BinaryLength
Remarks
This property is overridden so the length can be extended to include a checksum.
See Also