|
ChannelCollectionBaseTBinaryLength Property
|
Namespace: GSF.PhasorProtocolsAssembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.205-beta
Syntax 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