Table of Contents

Class RmBusDataChangedResponseHandler

Namespace
Z21.Core.ResponseHandler.Feedback
Assembly
Z21.Client.dll

Reports a change on the R-BUS feedback bus (LAN_RMBUS_DATACHANGED, protocol §7.1), either automatically when the corresponding broadcast is set or in response to LAN_RMBUS_GETDATA.

public class RmBusDataChangedResponseHandler : IRmBusDataChangedResponseHandler, IZ21ResponseHandler
Inheritance
RmBusDataChangedResponseHandler
Implements
Inherited Members

Properties

Name

Human-readable command according to the specification.

public string Name { get; }

Property Value

string

Methods

CanHandle(byte[])

Returns true if this response handler can handle the response. False otherwise.

public bool CanHandle(byte[] response)

Parameters

response byte[]

Returns

bool

Handle(byte[])

public void Handle(byte[] response)

Parameters

response byte[]

Events

OnRmBusDataReceived

public event EventHandler<RmBusDataReceivedEventArgs>? OnRmBusDataReceived

Event Type

EventHandler<RmBusDataReceivedEventArgs>