Table of Contents

Class CreateEnableEventsPayload

Namespace
Harp.SoundCard
Assembly
Harp.SoundCard.dll

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

public class CreateEnableEventsPayload
Inheritance
CreateEnableEventsPayload
Derived
Inherited Members

Properties

EnableEvents

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

public SoundCardEvents EnableEvents { get; set; }

Property Value

SoundCardEvents

Methods

GetMessage(MessageType)

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

public HarpMessage GetMessage(MessageType messageType)

Parameters

messageType MessageType

Specifies the type of the created message.

Returns

HarpMessage

A new message for the EnableEvents register.

GetPayload()

Creates a message payload for the EnableEvents register.

public SoundCardEvents GetPayload()

Returns

SoundCardEvents

The created message payload value.