FtFlag Enum

Definition

Flags for the device status

This enumeration supports a bitwise combination of its member values.

[System.Flags]
public enum FtFlag
[<System.Flags>]
type FtFlag = 
Public Enum FtFlag
Inheritance
FtFlag
Attributes

Fields

HiSpeedMode 2

Indicates that the device is enumerated as a hi-speed USB device

PortOpened 1

Indicates that the device is open

Applies to