|
#define RemoteIOMapWriteBytes |
( |
_conn, |
|
|
_id, |
|
|
_offset, |
|
|
_data, |
|
|
_result |
|
) |
__remoteIOMapWriteBytes(_conn, _id, _offset, _data, _result) |
Send an IOMapWrite bytes message.
Send the IOMapWrite system command on the specified connection slot to write the data provided. Use RemoteConnectionIdle to determine when this write request is completed.
- Parameters:
-
| _conn | The connection slot (0..4). Connections 0 through 3 are for bluetooth connections. Connection 4 refers to the RS485 hi-speed port. See Remote connection constants. |
| _id | The ID of the module to which to write data. |
| _offset | The offset into the IOMap structure to which to write. |
| _data | A byte array containing the data you are writing to the IOMap structure. |
| _result | A char value indicating whether the function call succeeded or not. |
|