+ enum SI_PIMA_ResponseCodes_t\r
+ {\r
+ PIMA_RESPONSE_OK = 1,\r
+ PIMA_RESPONSE_GeneralError = 2,\r
+ PIMA_RESPONSE_SessionNotOpen = 3,\r
+ PIMA_RESPONSE_InvalidTransaction = 4,\r
+ PIMA_RESPONSE_OperationNotSupported = 5,\r
+ PIMA_RESPONSE_ParameterNotSupported = 6,\r
+ };\r