DeviceInfo
The DeviceInfo structure contains the name and the version information of the device.
public struct DeviceInfo
{
public string Name { get; set; }
public AdsVersion Version { get; set; }
}
StateInfo Properties | Description |
---|---|
Name | Gets or sets the name of the device. |
Version | Gets or sets the version information. |