Table of Contents

Constructor Device

Namespace
Kepware.Api.Model
Assembly
Kepware.Api.dll

Device()

Initializes a new instance of the Device class.

public Device()

Device(string, Channel)

Initializes a new instance of the Device class with the specified name and channel.

public Device(string name, Channel channel)

Parameters

name string

The name of the device.

channel Channel

The channel that owns this device.

Device(string, string)

Initializes a new instance of the Device class with the specified name and channel name.

public Device(string name, string channelName)

Parameters

name string

The name of the device.

channelName string

The name of the channel that owns this device.