libwioe5ham1wioe5ham1_send_string Method |
Transmit a string message frame.
Namespace: IO.BindingsAssembly: libsimpleio (in libsimpleio.dll) Version: 2.2025.136.1
Syntaxpublic static void wioe5ham1_send_string(
int handle,
string msg,
int dst,
out int error
)
Parameters
- handle Int32
- Wio-E5 device handle.
- msg String
- Message string (1 to 241 ASCII characters).
- dst Int32
- Destination node ID
(ARCNET Style: 0 for broadcast or 1 to 255 for unicast).
- error Int32
- Error code. Zero upon success.
See Also