Class LocoNetDetectorReceivedEventArgs
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
Properties
Info
public byte[] Info { get; }
Property Value
- byte[]
ReportAddress
public ushort ReportAddress { get; }
Property Value
Type
public byte Type { get; }