Table of Contents

Class Z21Options

Namespace
Z21.Core
Assembly
Z21.Client.dll

Protocol-level options for the Z21 command station (transport options are configured separately on the transport itself).

public class Z21Options
Inheritance
Z21Options
Inherited Members

Properties

BroadcastFlags

Broadcast flags requested from the Z21 on (re)connect.

public uint[] BroadcastFlags { get; set; }

Property Value

uint[]

CvRetryDelay

Delay between retries of a safe (timeout-bounded) CV operation after the decoder fails to acknowledge (LAN_X_CV_NACK). A short, non-zero delay avoids hammering the command station and repeatedly re-entering programming mode while a slow byte-wise read is in progress. The caller-supplied timeout still bounds the overall operation.

public TimeSpan CvRetryDelay { get; set; }

Property Value

TimeSpan

KeepAliveInterval

Interval after the last command before an automatic keep-alive request is sent.

public TimeSpan KeepAliveInterval { get; set; }

Property Value

TimeSpan