|
CommonFrameHeaderVersion Property
|
Gets or sets the IEC 61850-90-5 version of this frame.
Namespace: GSF.PhasorProtocols.IEC61850_90_5Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.248-beta
Syntaxpublic byte Version { get; set; }
Public Property Version As Byte
Get
Set
public:
property unsigned char Version {
unsigned char get ();
void set (unsigned char value);
}
member Version : byte with get, set
function get_Version();
function set_Version(value);
View SourceProperty Value
Byte
See Also