|
CommonFrameHeaderFrameCount Property
|
Gets or sets the total frame count.
Namespace: GSF.PhasorProtocols.IEEE1344Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.248-beta
Syntaxpublic ushort FrameCount { get; set; }
Public Property FrameCount As UShort
Get
Set
public:
property unsigned short FrameCount {
unsigned short get ();
void set (unsigned short value);
}
member FrameCount : uint16 with get, set
function get_FrameCount();
function set_FrameCount(value);
View SourceProperty Value
UInt16
See Also