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