Click or drag to resize

Message Class

Encapsulates 64-byte messages.
Inheritance Hierarchy
SystemObject
  IO.Interfaces.Message64Message

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

The Message type exposes the following members.

Constructors
 NameDescription
Public methodMessage Create a message object without initializing the payload.
Public methodMessage(Byte) Create a message object with an initialized payload.
Top
Fields
 NameDescription
Public fieldpayload Message payload.
Public fieldStatic memberSize Message payload size.
Top
See Also