Table of Contents

Class ProgrammingModeResponseHandler

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

The following packet is sent from the Z21 to the registered clients if the Z21 has been put into CV programming mode via LAN_X_CV_READ or LAN_X_CV_WRITE

public class ProgrammingModeResponseHandler : IProgrammingModeResponseHandler, IZ21ResponseHandler
Inheritance
ProgrammingModeResponseHandler
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

OnProgrammingModeReceived

public event EventHandler? OnProgrammingModeReceived

Event Type

EventHandler