appendBytes
Appends a buffer of bytes to the OSData object’s internal data buffer.
Declaration
bool appendBytes(const OSData *aDataObj);Parameters
- aDataObj:
An OSData object to copy all bytes from.
Return Value
True on success or false on failure, due to allocation failure.