Method WriteBytes
WriteBytes(void*, int)
Writes the specified number of bytes.
Declaration
void WriteBytes(void* data, int bytes)
Parameters
Type | Name | Description |
---|---|---|
void* | data | The data to be written. |
int | bytes | The number of bytes to write. |