|
| UnixDevice (string name) |
|
MemoryArea | MMap (uint size, int offset) |
|
void | Write (byte[] data) |
|
byte[] | Read (int length) |
|
int | IoCtl (int cmd, byte[] input, byte[] output, int indexToOutput) |
| IO control command that copies to the IO output to a buffer More...
|
|
int | IoCtl (int requestCode, byte[] arguments) |
| IO control command. Output is copied back to buffer More...
|
|
void | Dispose () |
|
int MonoBrickFirmware.Native.UnixDevice.IoCtl |
( |
int |
cmd, |
|
|
byte[] |
input, |
|
|
byte[] |
output, |
|
|
int |
indexToOutput |
|
) |
| |
|
inline |
IO control command that copies to the IO output to a buffer
- Returns
- Zero if successful
- Parameters
-
cmd | IoCtl request code |
input | Input arguments |
output | Output buffer |
ioOutputIndex | IO start index to copy to output buffer |
int MonoBrickFirmware.Native.UnixDevice.IoCtl |
( |
int |
requestCode, |
|
|
byte[] |
arguments |
|
) |
| |
|
inline |
IO control command. Output is copied back to buffer
- Returns
- Zero if successful
- Parameters
-
requestCode | IoCtl request code |
arguments | IO arguments |
The documentation for this class was generated from the following file: