Click or drag to resize

Message Structure

A message.

Namespace:  Demo3D.IO
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
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