|
MultiProtocolFrameParserDeviceID Property
|
Gets or sets the device identification code often needed to establish a connection.
Namespace: GSF.PhasorProtocolsAssembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.205-beta
Syntax public ushort DeviceID { get; set; }
Public Property DeviceID As UShort
Get
Set
member DeviceID : uint16 with get, set
function get_DeviceID();
function set_DeviceID(value);
View SourceProperty Value
UInt16Remarks
Many devices validate this ID when sending commands, so it may need to be correct in order to start parsing sequence.
See Also