|
CommonFrameHeaderFrameLength Property
|
Gets or sets the IEEE C37.118 frame length of this frame.
Namespace: GSF.PhasorProtocols.IEEEC37_118Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.248-beta
Syntaxpublic ushort FrameLength { get; set; }
Public Property FrameLength As UShort
Get
Set
public:
property unsigned short FrameLength {
unsigned short get ();
void set (unsigned short value);
}
member FrameLength : uint16 with get, set
function get_FrameLength();
function set_FrameLength(value);
View SourceProperty Value
UInt16
See Also