Table of Contents

Class LocoNetDetectorReceivedEventArgs

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

Carries a LocoNet occupancy detector report (LAN_LOCONET_DETECTOR). The meaning of Info depends on Type (see protocol §9.5).

public class LocoNetDetectorReceivedEventArgs : EventArgs
Inheritance
LocoNetDetectorReceivedEventArgs
Inherited Members

Constructors

LocoNetDetectorReceivedEventArgs(byte, ushort, byte[])

Carries a LocoNet occupancy detector report (LAN_LOCONET_DETECTOR). The meaning of Info depends on Type (see protocol §9.5).

public LocoNetDetectorReceivedEventArgs(byte type, ushort reportAddress, byte[] info)

Parameters

type byte
reportAddress ushort
info byte[]

Properties

Info

public byte[] Info { get; }

Property Value

byte[]

ReportAddress

public ushort ReportAddress { get; }

Property Value

ushort

Type

public byte Type { get; }

Property Value

byte