tibas_opType

The tibas_opType enumerated type represents the types of operation performed on Spaces.

Declaration

typedef enum _tibas_opType {
    TIBAS_OP_PUT                        = 0,
    TIBAS_OP_TAKE                       = 1
} tibas_opType;

Values

Value Description
TIBAS_OP_PUT Specifies a Put action
TIBAS_OP_TAKE Specifies a Take action