Uses of Enum Class
com.ftdi.BitModes

Packages that use BitModes
Package
Description
 
  • Uses of BitModes in com.ftdi

    Methods in com.ftdi that return BitModes
    Modifier and Type
    Method
    Description
    FTDevice.getBitMode()
    Gets the instantaneous value of the data bus.
    static BitModes
    BitModes.valueOf(String name)
    Returns the enum constant of this class with the specified name.
    static BitModes[]
    BitModes.values()
    Returns an array containing the constants of this enum class, in the order they are declared.
    Methods in com.ftdi with parameters of type BitModes
    Modifier and Type
    Method
    Description
    void
    FTDevice.setBitMode(byte ucMask, BitModes bitMode)
    Enables different chip modes.