DeviceSend(Byte, Int32) Method |
Send a binary message.
Namespace: IO.Devices.WioE5.P2PAssembly: libsimpleio (in libsimpleio.dll) Version: 2.2025.136.1
Syntaxpublic void Send(
byte[] msg,
int len
)
Parameters
- msg Byte
- Binary message.
- len Int32
- Message length in bytes, 1 to 243.
See Also