|
CommonFrameHeaderIDCode Property
|
Gets or sets the SEL Fast Message destination address (PMADDR setting) of this
CommonFrameHeader.
Namespace: GSF.PhasorProtocols.SelFastMessageAssembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.248-beta
Syntaxpublic uint IDCode { get; set; }
Public Property IDCode As UInteger
Get
Set
public:
property unsigned int IDCode {
unsigned int get ();
void set (unsigned int value);
}
member IDCode : uint32 with get, set
function get_IDCode();
function set_IDCode(value);
View SourceProperty Value
UInt32
See Also