Searched refs:idBytes (Results 1 – 3 of 3) sorted by relevance
123 auto idBytes = std::span(rbuf).subspan(statusByteLength); in checkId() local127 auto productBytes = idBytes.subspan(1, 4); in checkId()132 id = bytesToInt<uint32_t>(idBytes); in checkId()
144 auto idBytes = std::span(rbuf).subspan(blockRead ? statusByteLength : 0); in checkId() local145 uint32_t id = bytesToInt<uint32_t>(idBytes); in checkId()
123 auto idBytes = std::span(rbuf).subspan(statusByteLength); in checkId() local124 auto id = bytesToInt<uint32_t>(idBytes); in checkId()