ESTGPIOPortValue

enum ESTGPIOPortValue {}

Possible values of GPIO ports.

  • Unknown value of GPIO port used for incorrect port or missing proper value.

    Declaration

    Objective-C

    ESTGPIOPortValueUnknown = -1

    Swift

    case unknown = -1
  • LOW value of GPIO port.

    Declaration

    Objective-C

    ESTGPIOPortValueLow = 0

    Swift

    case low = 0
  • HIGH value of GPIO port.

    Declaration

    Objective-C

    ESTGPIOPortValueHigh = 1

    Swift

    case high = 1