Searched defs:commandType (Results 1 – 4 of 4) sorted by relevance
35 constexpr static uint16_t commandType = RS_NODE_SYNCHRONOUS_READ_PROPERTY; variable70 constexpr static uint16_t commandType = RS_NODE_SYNCHRONOUS_READ_PROPERTY; variable102 constexpr static uint16_t commandType = RS_NODE_SYNCHRONOUS_GET_VALUE_FRACTION; variable
47 inline uint32_t MakeKey(uint16_t commandType, uint16_t commandSubType) in MakeKey()
51 CommandType commandType; member
217 uint16_t commandType = 0; in UnmarshallingCommand() local