|
CommonFrameHeaderRowLength Property
|
Gets or sets row length for the
CommonFrameHeader object when use phasor file format is true.
Namespace: GSF.PhasorProtocols.BPAPDCstreamAssembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.248-beta
Syntaxpublic uint RowLength { get; set; }
Public Property RowLength As UInteger
Get
Set
public:
property unsigned int RowLength {
unsigned int get ();
void set (unsigned int value);
}
member RowLength : uint32 with get, set
function get_RowLength();
function set_RowLength(value);
View SourceProperty Value
UInt32
See Also