Searched refs:responseInfo (Results 1 – 1 of 1) sorted by relevance
182 std::vector<uint8_t> responseInfo; in getDataInformation() local183 responseInfo.push_back(mdr2Version); in getDataInformation()193 responseInfo.push_back( in getDataInformation()197 responseInfo.push_back(smbiosValidFlag(idIndex)); in getDataInformation()198 appendReversed(responseInfo, smbiosDir.dir[idIndex].common.size); in getDataInformation()199 responseInfo.push_back(smbiosDir.dir[idIndex].common.dataVersion); in getDataInformation()200 appendReversed(responseInfo, smbiosDir.dir[idIndex].common.timestamp); in getDataInformation()202 return responseInfo; in getDataInformation()