Table of Contents

Class RmBusDataReceivedEventArgs

Namespace
Z21.Core.Model.EventArgs
Assembly
Z21.Client.dll

Carries an R-BUS feedback status change (LAN_RMBUS_DATACHANGED): the group index and the ten status bytes (one byte per feedback module, one bit per input).

public class RmBusDataReceivedEventArgs : EventArgs
Inheritance
RmBusDataReceivedEventArgs
Inherited Members

Constructors

RmBusDataReceivedEventArgs(byte, byte[])

Carries an R-BUS feedback status change (LAN_RMBUS_DATACHANGED): the group index and the ten status bytes (one byte per feedback module, one bit per input).

public RmBusDataReceivedEventArgs(byte groupIndex, byte[] feedbackStates)

Parameters

groupIndex byte
feedbackStates byte[]

Properties

FeedbackStates

public byte[] FeedbackStates { get; }

Property Value

byte[]

GroupIndex

public byte GroupIndex { get; }

Property Value

byte