Table of Contents

Class LocoNetDispatchAddressReceivedEventArgs

Namespace
Z21.Core.Model.EventArgs
Assembly
Z21.Client.dll

Carries the result of a LocoNet dispatch request (LAN_LOCONET_DISPATCH_ADDR). Slot 0 indicates the dispatch failed; a positive value is the assigned LocoNet slot.

public class LocoNetDispatchAddressReceivedEventArgs : EventArgs
Inheritance
LocoNetDispatchAddressReceivedEventArgs
Inherited Members

Constructors

LocoNetDispatchAddressReceivedEventArgs(ushort, byte)

Carries the result of a LocoNet dispatch request (LAN_LOCONET_DISPATCH_ADDR). Slot 0 indicates the dispatch failed; a positive value is the assigned LocoNet slot.

public LocoNetDispatchAddressReceivedEventArgs(ushort locoAddress, byte slot)

Parameters

locoAddress ushort
slot byte

Properties

LocoAddress

public ushort LocoAddress { get; }

Property Value

ushort

Slot

public byte Slot { get; }

Property Value

byte