Click or drag to resize

DeviceSend(Byte, Int32) Method

Send a binary message.

Namespace: IO.Devices.WioE5.P2P
Assembly: libsimpleio (in libsimpleio.dll) Version: 2.2025.136.1
Syntax
C#
public void Send(
	byte[] msg,
	int len
)

Parameters

msg  Byte
Binary message.
len  Int32
Message length in bytes, 1 to 243.
See Also