Searched refs:numMsgBytes (Results 1 – 1 of 1) sorted by relevance
72 bool set(uint8_t* msgBytes, int numMsgBytes) { in set() argument73 if (msgBytes == NULL || numMsgBytes <= 0) { in set()76 mNumMsgBytes = numMsgBytes; in set()77 mMsgBytes = new uint8_t[numMsgBytes]; in set()