- CType_Undefined = 0, /**< Undefined container type */
- CType_CommandBlock = 1, /**< Command Block container type */
- CType_DataBlock = 2, /**< Data Block container type */
- CType_ResponseBlock = 3, /**< Response container type */
- CType_EventBlock = 4, /**< Event Block container type */
+ CType_Undefined = 0, /**< Undefined container type. */
+ CType_CommandBlock = 1, /**< Command Block container type. */
+ CType_DataBlock = 2, /**< Data Block container type. */
+ CType_ResponseBlock = 3, /**< Response container type. */
+ CType_EventBlock = 4, /**< Event Block container type. */