|
CommonFrameHeaderDataLength Property
|
Gets or sets the length of the data in the IEEE C37.118 frame (i.e., the
FrameLength minus the header length and checksum:
FrameLength - 8).
Namespace: GSF.PhasorProtocols.IEEEC37_118Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.205-beta
Syntax public ushort DataLength { get; set; }
Public Property DataLength As UShort
Get
Set
member DataLength : uint16 with get, set
function get_DataLength();
function set_DataLength(value);
View SourceProperty Value
UInt16See Also