Click or drag to resize

Message Structure

A message.
Inheritance Hierarchy
SystemObject
  SystemValueType
    Demo3D.IOMessage

Namespace: Demo3D.IO
Assembly: Demo3D.IO (in Demo3D.IO.dll) Version: 19.01.00
Syntax
C#
public readonly struct Message

The Message type exposes the following members.

Constructors
 NameDescription
Public methodMessage Constructs a Message.
Top
Properties
 NameDescription
Public propertyData The received data.
Public propertyTimestamp Receipt timestamp.
Top
See Also