Class LocoNetDispatchAddressReceivedEventArgs
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
Properties
LocoAddress
public ushort LocoAddress { get; }
Property Value
Slot
public byte Slot { get; }