Click or drag to resize

Messenger Constructor

Constructor for a 64-byte Messenger instance using Wio-E5 LoRa Transceiver Module Amateur Radio Address Protocol #1.

Namespace: IO.Objects.Message64.WioE5Ham1
Assembly: libsimpleio (in libsimpleio.dll) Version: 2.2025.275.1
Syntax
C#
public Messenger(
	Device dev,
	int nodeid,
	int timeoutms = 1000
)

Parameters

dev  Device
Wio-E5 LoRa Transceiver device object instance.
nodeid  Int32
Remote I/O server unicast node ID (ARCNET style: 1 to 255).
timeoutms  Int32  (Optional)
Receive timeout in milliseconds. Zero indicates wait forever.
See Also