Ft4222Device Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Ft4222Device(FtDevice) |
Instantiates a FT4222 Device object. |
Ft4222Device(FtFlag, FtDeviceType, UInt32, UInt32, String, String) |
Instantiates a FT4222 Device object. |
Ft4222Device(FtDevice)
Instantiates a FT4222 Device object.
public Ft4222Device (Iot.Device.FtCommon.FtDevice ftdevice);
new Iot.Device.Ft4222.Ft4222Device : Iot.Device.FtCommon.FtDevice -> Iot.Device.Ft4222.Ft4222Device
Public Sub New (ftdevice As FtDevice)
Parameters
- ftdevice
- FtDevice
a FT Device
Applies to
Ft4222Device(FtFlag, FtDeviceType, UInt32, UInt32, String, String)
Instantiates a FT4222 Device object.
public Ft4222Device (Iot.Device.FtCommon.FtFlag flags, Iot.Device.FtCommon.FtDeviceType type, uint id, uint locId, string serialNumber, string description);
new Iot.Device.Ft4222.Ft4222Device : Iot.Device.FtCommon.FtFlag * Iot.Device.FtCommon.FtDeviceType * uint32 * uint32 * string * string -> Iot.Device.Ft4222.Ft4222Device
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.