Dc09Message Class

Encapsulates DC-09 message data.

Definition

Namespace: MobileTrack.Common.Models
Assembly: MobileTrack.Common (in MobileTrack.Common.dll) Version: 0.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
public sealed class Dc09Message
Inheritance
Object    Dc09Message

Properties

ReceiverNumber An additional receiver number specific to the account. This element can consist of 1-6 hexadecimal digits, but should be omitted if not applicable.

Methods

CreateEventMessage Generates a DC-09 message representing a device event.
CreateKeepAlive Generates a keep-alive message.
ToMemory Generates a transmittable DC-09 payload and returns it as a block of memory.

See Also