Class DeviceInfo
- Namespace
- Enpose
- Assembly
- Enpose.Api.dll
One device discovered on the local network.
public sealed class DeviceInfo
- Inheritance
-
DeviceInfo
- Inherited Members
Constructors
DeviceInfo(string, uint, bool)
Create a device description.
public DeviceInfo(string ip, uint serial, bool compatible)
Parameters
ipstringDevice IPv4 address.
serialuintFactory serial number.
compatibleboolWhether the device's protocol version matches.
Properties
Compatible
True if the device's protocol version matches this binding.
public bool Compatible { get; }
Property Value
Ip
Device IPv4 address.
public string Ip { get; }
Property Value
Serial
Factory serial number.
public uint Serial { get; }