- SI_PIMA_CONTAINER_Undefined = 0, /**< Undefined container type. */
- SI_PIMA_CONTAINER_CommandBlock = 1, /**< Command Block container type. */
- SI_PIMA_CONTAINER_DataBlock = 2, /**< Data Block container type. */
- SI_PIMA_CONTAINER_ResponseBlock = 3, /**< Response container type. */
- SI_PIMA_CONTAINER_EventBlock = 4, /**< Event Block container type. */
+ PIMA_CONTAINER_Undefined = 0, /**< Undefined container type. */
+ PIMA_CONTAINER_CommandBlock = 1, /**< Command Block container type. */
+ PIMA_CONTAINER_DataBlock = 2, /**< Data Block container type. */
+ PIMA_CONTAINER_ResponseBlock = 3, /**< Response container type. */
+ PIMA_CONTAINER_EventBlock = 4, /**< Event Block container type. */