Table of Contents

Class DeviceMessageHeaders

Namespace
SenseAnywhere.Sdk.Messages.Headers
Assembly
SenseAnywhere.Sdk.dll

Represents the headers for a device message.

public class DeviceMessageHeaders : MessageHeaders
Inheritance
DeviceMessageHeaders
Derived
Inherited Members

Constructors

DeviceMessageHeaders(string, DeviceMessageSender, MessageRecipient, DateTime)

Initializes a new instance of the DeviceMessageHeaders class.

public DeviceMessageHeaders(string messageId, DeviceMessageSender from, MessageRecipient to, DateTime timeStamp)

Parameters

messageId string

The unique identifier of the message.

from DeviceMessageSender

The sender of the device message.

to MessageRecipient

The recipient of the message.

timeStamp DateTime

The timestamp of the message.

Properties

From

Gets the sender of the device message.

public DeviceMessageSender From { get; }

Property Value

DeviceMessageSender