Searched defs:commandSubType (Results 1 – 3 of 3) sorted by relevance
39 constexpr static uint16_t commandSubType = GET_RENDER_PROPERTY; variable79 constexpr static uint16_t commandSubType = GET_RENDER_PROPERTIES; variable117 constexpr static uint16_t commandSubType = GET_VALUE_FRACTION; variable
47 inline uint32_t MakeKey(uint16_t commandType, uint16_t commandSubType) in MakeKey()
282 uint16_t commandSubType = 0; in UnmarshallingCommand() local