Table of Contents

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

ip string

Device IPv4 address.

serial uint

Factory serial number.

compatible bool

Whether the device's protocol version matches.

Properties

Compatible

True if the device's protocol version matches this binding.

public bool Compatible { get; }

Property Value

bool

Ip

Device IPv4 address.

public string Ip { get; }

Property Value

string

Serial

Factory serial number.

public uint Serial { get; }

Property Value

uint