BKCommonState

public enum BKCommonState : String

Enum that represents an the state of ON, OFF and UNDEFINED

  • on

    State On

    Declaration

    Swift

    case on = "on"
  • off

    State Off

    Declaration

    Swift

    case off = "off"
  • State Undefined

    Declaration

    Swift

    case undefined = "undefined"