DeviceSend(Byte, Int32, Int32) Method |
Send a binary message.
Namespace: IO.Devices.WioE5.Ham1Assembly: libsimpleio (in libsimpleio.dll) Version: 2.2025.136.1
Syntaxpublic void Send(
byte[] msg,
int len,
int dstnode
)
Parameters
- msg Byte
- Binary message.
- len Int32
- Message length in bytes, 1 to 241.
- dstnode Int32
- Destination node ID (ARCNET style: 0=broadcast,
or 1 to 255).
See Also