Click or drag to resize

Messenger Interface

Abstract interface for sending and receiving 64-byte messages.

Namespace: IO.Interfaces.Message64
Assembly: libsimpleio (in libsimpleio.dll) Version: 2.2024.356.1
Syntax
C#
public interface Messenger

The Messenger type exposes the following members.

Methods
 NameDescription
Public methodReceive Receive a 64-byte message.
Public methodSend Send a 64-byte message.
Public methodTransaction Send a 64-byte command and receive a 64-byte response.
Top
See Also