Typedefs | |
typedef enum pin_termcause | pin_termcause_t |
typedef enum pin_credit_termcause_status | pin_credit_termcause_status_t |
Enumerations | |
enum | pin_termcause { PIN_TERM_NORMAL = 0, PIN_TERM_ABNORMAL = 1, PIN_TERM_NOCONNECTION = 2, PIN_TERM_UNKNOWN = 3, PIN_TERM_NORMAL = 0, PIN_TERM_ABNORMAL = 1, PIN_TERM_NOCONNECTION = 2, PIN_TERM_UNKNOWN = 3 } |
enum | pin_credit_termcause_status { PIN_CREDIT_TERMCAUSE_STATUS_NOT_SET = 0, PIN_CREDIT_TERMCAUSE_STATUS_ACTIVE = 1, PIN_CREDIT_TERMCAUSE_STATUS_INACTIVE = 2, PIN_CREDIT_TERMCAUSE_STATUS_CANCELLED = 3, PIN_CREDIT_TERMCAUSE_STATUS_NOT_SET = 0, PIN_CREDIT_TERMCAUSE_STATUS_ACTIVE = 1, PIN_CREDIT_TERMCAUSE_STATUS_INACTIVE = 2, PIN_CREDIT_TERMCAUSE_STATUS_CANCELLED = 3 } |
typedef enum pin_termcause pin_termcause_t |
typedef enum pin_credit_termcause_status pin_credit_termcause_status_t |
enum pin_termcause |