libwioe5p2pwioe5p2p_receive Method |
Receive a binary message frame, if available.
Namespace: IO.BindingsAssembly: libsimpleio (in libsimpleio.dll) Version: 2.2025.136.1
Syntaxpublic static void wioe5p2p_receive(
int handle,
byte[] msg,
out int len,
out int RSS,
out int SNR,
out int error
)
Parameters
- handle Int32
- Wio-E5 device handle.
- msg Byte
- Payload buffer (253 bytes).
- len Int32
- Number of payload bytes received.
Zero indicates queue empty, no RF frame available.
- RSS Int32
- Received Signal Strength in dBm.
- SNR Int32
- Signal to Noise Ratio in dB.
- error Int32
- Error code. Zero upon success.
See Also