Internal api, publish future. Description: Data type match OBCmdVersion of one propertyId
- propertyId has multiple OBCmdVersion; different OBCmdVersion of this propertyId has different data type; propertyId && OBCmdVersion match only one data type.
- itemCount is the number of data type contain in data bytes.
- C language and C++ is difference.
C language: data's type is an uint8_t pointer, user parse data to destionation type. itemTypeSize == 1,dataSize == itemCount;
C++: data's type is the propertyId && OBCmdVersion's data type. itemTypeSize = sizeof(T),itemCount = dataSize / itemTypeSize;
Definition at line 1139 of file ObTypes.h.