Edit

Share via


FtDevice(FtFlag, FtDeviceType, UInt32, UInt32, String, String) Constructor

Definition

Instantiates a DeviceInformation object.

public FtDevice (Iot.Device.FtCommon.FtFlag flags, Iot.Device.FtCommon.FtDeviceType type, uint id, uint locId, string serialNumber, string description);
new Iot.Device.FtCommon.FtDevice : Iot.Device.FtCommon.FtFlag * Iot.Device.FtCommon.FtDeviceType * uint32 * uint32 * string * string -> Iot.Device.FtCommon.FtDevice
Public Sub New (flags As FtFlag, type As FtDeviceType, id As UInteger, locId As UInteger, serialNumber As String, description As String)

Parameters

flags
FtFlag

Indicates device state.

type
FtDeviceType

Indicates the device type.

id
UInt32

The Vendor ID and Product ID of the device.

locId
UInt32

The physical location identifier of the device.

serialNumber
String

The device serial number.

description
String

The device description.

Applies to