Constructor Device
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
Device(string, string)
Initializes a new instance of the Device class with the specified name and channel name.
public Device(string name, string channelName)