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
Methods
CanHandle(byte[])
Returns true if this response handler can handle the response. False otherwise.
public bool CanHandle(byte[] response)
Parameters
responsebyte[]
Returns
Handle(byte[])
public void Handle(byte[] response)
Parameters
responsebyte[]
Events
OnCvNackShortCircuitReceived
public event EventHandler? OnCvNackShortCircuitReceived