Click or drag to resize

DeviceReceive(Byte, Int32, String, Int32, String, Int32, Int32, Int32) Method

Receive a binary message.

Namespace: IO.Devices.WioE5.Ham1
Assembly: libsimpleio (in libsimpleio.dll) Version: 2.2025.136.1
Syntax
C#
public void Receive(
	byte[] msg,
	out int len,
	out string srcnet,
	out int srcnode,
	out string dstnet,
	out int dstnode,
	out int RSS,
	out int SNR
)

Parameters

msg  Byte
Binary message. Must be at least 241 bytes.
len  Int32
Number of bytes received.
srcnet  String
Source network ID.
srcnode  Int32
Source node ID (ARCNET style: 1 to 255).
dstnet  String
Destination network ID.
dstnode  Int32
Destination node ID (ARCNET style: 0=broadcast, or 1 to 255).
RSS  Int32
Received Signal Strength in dBm.
SNR  Int32
Signal to Noise Ratio in dB.
See Also