ReceivedMessage Class

Represents a message received by the receiver.

Definition

Namespace: MobileTrack.Receiver.Models
Assembly: MobileTrack.Receiver (in MobileTrack.Receiver.exe) Version: 0.8+f6fd7a919db8417bc1e7bfd9b2ff9ab9586e296a
internal sealed class ReceivedMessage : IDisposable
Inheritance
Object    ReceivedMessage
Implements
IDisposable

Constructors

ReceivedMessage Default constructor.

Properties

AsBytes Message (as binary array) that was received.
AsString Message (parsed as a string)
Length Length of the message

Methods

DisposePerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

See Also