Method ReadBytes ReadBytes(void*, int) Reads the specified number of bytes. Declaration void ReadBytes(void* data, int bytes) Parameters Type Name Description void* data The read data. int bytes The number of bytes to read.