Click or drag to resize

DeviceSend(Byte, Int32, Int32) Method

Send a binary message.

Namespace: IO.Devices.WioE5.Ham1
Assembly: libsimpleio (in libsimpleio.dll) Version: 2.2025.136.1
Syntax
C#
public 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