Click or drag to resize

DeviceSend(String, String, Int32) Method

Send a text message.

Namespace: IO.Devices.WioE5.Ham2
Assembly: libsimpleio (in libsimpleio.dll) Version: 2.2025.136.1
Syntax
C#
public void Send(
	string s,
	string dstnet,
	int dstnode
)

Parameters

s  String
Text message to send. Must be 1 to 241 characters.
dstnet  String
Destination network ID.
dstnode  Int32
Destination node ID (ARCNET style: 0=broadcast, or 1 to 255).
See Also