Click or drag to resize

libwioe5p2pwioe5p2p_send Method

Transmit a binary message frame.

Namespace: IO.Bindings
Assembly: libsimpleio (in libsimpleio.dll) Version: 2.2025.136.1
Syntax
C#
public static void wioe5p2p_send(
	int handle,
	byte[] msg,
	int len,
	out int error
)

Parameters

handle  Int32
Wio-E5 device handle.
msg  Byte
Payload buffer (253 bytes).
len  Int32
Number of payload bytes to transmit (1 to 253).
error  Int32
Error code. Zero upon success.
See Also