|
CommonFrameHeaderIDCode Property
|
Gets or sets the IEC 61850-90-5 ID code of this frame.
Namespace: GSF.PhasorProtocols.IEC61850_90_5Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.248-beta
Syntaxpublic ushort IDCode { get; set; }
Public Property IDCode As UShort
Get
Set
public:
property unsigned short IDCode {
unsigned short get ();
void set (unsigned short value);
}
member IDCode : uint16 with get, set
function get_IDCode();
function set_IDCode(value);
View SourceProperty Value
UInt16
See Also