Id¶
-
uint IController.Id { get; }¶
Gets the identifier of the controller.
- Value
uint – Identifier of the controller.
- Throws
UnsupportedException
– Controller does not have an identifier, see product specific documentation.CommunicationErrorException
– Protocol error.ConnectionLostException
– Connection to controller lost.RebootedException
– Controller has been rebooted since this object reference was retrieved, invalidating this reference.System.ObjectDisposedException
– Object is disposed.
- Remarks
See product specific documentation for the meaning of the identifier.