Table of Contents

Class AccessPointMessageSender

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

Represents the source of an event message where the event was communicated through an Access Point.

public class AccessPointMessageSender
Inheritance
AccessPointMessageSender
Derived
Inherited Members

Constructors

AccessPointMessageSender(Device)

Initializes a new instance of the AccessPointMessageSender class.

public AccessPointMessageSender(Device accessPoint)

Parameters

accessPoint Device

The device that communicated the event.

Properties

AccessPoint

Gets the Access Point that communicated the event.

public Device AccessPoint { get; }

Property Value

Device