Click or drag to resize

MultiProtocolFrameParserDeviceID Property

Gets or sets the device identification code often needed to establish a connection.

Namespace: GSF.PhasorProtocols
Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.181-beta
Syntax
public ushort DeviceID { get; set; }
View Source

Property Value

UInt16
Remarks
Many devices validate this ID when sending commands, so it may need to be correct in order to start parsing sequence.
See Also