Table of Contents

Class BroadcastFlagsResponseHandler

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

Reading the broadcast flags in the Z21.

public class BroadcastFlagsResponseHandler : IBroadcastFlagsResponseHandler, IZ21ResponseHandler
Inheritance
BroadcastFlagsResponseHandler
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

OnBroadcastFlagsReceived

public event EventHandler<BroadcastFlagsReceivedEventArgs>? OnBroadcastFlagsReceived

Event Type

EventHandler<BroadcastFlagsReceivedEventArgs>