Table of Contents

Class CreateEventEnablePayload

Namespace
Harp.Behavior
Assembly
Harp.Behavior.dll

Represents an operator that creates a message payload that specifies the active events in the device.

public class CreateEventEnablePayload
Inheritance
CreateEventEnablePayload
Derived
Inherited Members

Properties

EventEnable

Gets or sets the value that specifies the active events in the device.

public Events EventEnable { get; set; }

Property Value

Events

Methods

GetMessage(MessageType)

Creates a message that specifies the active events in the device.

public HarpMessage GetMessage(MessageType messageType)

Parameters

messageType MessageType

Specifies the type of the created message.

Returns

HarpMessage

A new message for the EventEnable register.

GetPayload()

Creates a message payload for the EventEnable register.

public Events GetPayload()

Returns

Events

The created message payload value.