Table of Contents

Class CvNackShortCircuitResponseHandler

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

Sent when CV programming fails because of a short circuit on the track (LAN_X_CV_NACK_SC, protocol §6.3).

public class CvNackShortCircuitResponseHandler : ICvNackShortCircuitResponseHandler, IZ21ResponseHandler
Inheritance
CvNackShortCircuitResponseHandler
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

OnCvNackShortCircuitReceived

public event EventHandler? OnCvNackShortCircuitReceived

Event Type

EventHandler