Edit

Share via


Ftx232HDevice Constructors

Definition

Overloads

Ftx232HDevice(FtDevice)

Instantiates a FTx232H device object.

Ftx232HDevice(FtFlag, FtDeviceType, UInt32, UInt32, String, String)

Instantiates a FTx232H device object.

Ftx232HDevice(FtDevice)

Instantiates a FTx232H device object.

public Ftx232HDevice (Iot.Device.FtCommon.FtDevice ftDevice);
new Iot.Device.FtCommon.Ftx232HDevice : Iot.Device.FtCommon.FtDevice -> Iot.Device.FtCommon.Ftx232HDevice
Public Sub New (ftDevice As FtDevice)

Parameters

ftDevice
FtDevice

a FT Device

Applies to

Ftx232HDevice(FtFlag, FtDeviceType, UInt32, UInt32, String, String)

Instantiates a FTx232H device object.

public Ftx232HDevice (Iot.Device.FtCommon.FtFlag flags, Iot.Device.FtCommon.FtDeviceType type, uint id, uint locId, string serialNumber, string description);
new Iot.Device.FtCommon.Ftx232HDevice : Iot.Device.FtCommon.FtFlag * Iot.Device.FtCommon.FtDeviceType * uint32 * uint32 * string * string -> Iot.Device.FtCommon.Ftx232HDevice
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