Receive a binary message.
Namespace: IO.Devices.WioE5.P2PAssembly: libsimpleio (in libsimpleio.dll) Version: 2.2025.251.1
Syntaxpublic void Receive(
byte[] msg,
out int len,
out int RSS,
out int SNR
)
Parameters
- msg Byte
- Binary message. Must be at least 243 bytes.
- len Int32
- Number of bytes received.
- RSS Int32
- Received Signal Strength in dBm.
- SNR Int32
- Signal to Noise Ratio in dB.
See Also