Searched refs:chars (Results 1 – 2 of 2) sorted by relevance
227 bool RecvChars(char* chars, size_t size, uint32_t* timeout_ms) { in RecvChars() argument228 return RecvFully(chars, size, timeout_ms); in RecvChars()249 std::vector<char> chars(len); in RecvString() local250 if (!RecvChars(&chars[0], len, timeout_ms)) { in RecvString()254 *value = std::string(&chars[0], len); in RecvString()
138 <hex4>: The length of the payload, as 4 hexadecimal chars.