Table of Contents

Class CvNackResponseHandler

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

Sent when the decoder acknowledgement is missing during CV programming (LAN_X_CV_NACK, protocol §6.4).

public class CvNackResponseHandler : ICvNackResponseHandler, IZ21ResponseHandler
Inheritance
CvNackResponseHandler
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

OnCvNackReceived

public event EventHandler? OnCvNackReceived

Event Type

EventHandler