Searched refs:command_type (Results 1 – 3 of 3) sorted by relevance
96 uint8_t command_type, bool cr, const std::vector<uint8_t>& data) { in CreateMultiplexerControlFrame() argument102 header |= command_type << 2; in CreateMultiplexerControlFrame()
115 uint8_t command_type, bool cr, const std::vector<uint8_t>& data);
142 … CommandType command_type; // Note that this field is only intended for logging, not control flow member