Click or drag to resize

DeviceSend(String) Method

Send a text message.

Namespace: IO.Devices.WioE5.P2P
Assembly: libsimpleio (in libsimpleio.dll) Version: 2.2025.136.1
Syntax
C#
public void Send(
	string s
)

Parameters

s  String
Text message to send. Must be 1 to 243 characters.
See Also