Click or drag to resize

ChannelCollectionBaseTBinaryLength Property

Gets the length of the ChannelCollectionBaseT.

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

Property Value

Int32

Implements

ISupportBinaryImageBinaryLength
Remarks
The length of the ChannelCollectionBaseT binary image is the combined length of all the items in the collection.
The default implementation assumes all IChannel items in the collection have the same length, hence the value returned is the BinaryLength of the first item in the collection times the Count.
See Also