Namespace Z21.Core.Model.EventArgs
Classes
- BoosterDescriptionReceivedEventArgs
Carries the description of a zLink booster (
LAN_BOOSTER_GET_DESCRIPTIONreply).
- BoosterSystemStateReceivedEventArgs
Carries a zLink booster system state (
LAN_BOOSTER_SYSTEMSTATE_DATACHANGED).
- CanBoosterSystemStateReceivedEventArgs
Carries a CAN booster system state (
LAN_CAN_BOOSTER_SYSTEMSTATE_CHGD).
- CanDetectorReceivedEventArgs
Carries a CAN occupancy detector report (
LAN_CAN_DETECTOR).
- CanDeviceDescriptionReceivedEventArgs
Carries the description of a CAN booster (
LAN_CAN_DEVICE_GET_DESCRIPTIONreply).
- CvResultReceivedEventArgs
Carries a positive CV programming result (
LAN_X_CV_RESULT): the CV address (0 = CV1) and its value.
- DecoderDescriptionReceivedEventArgs
Carries the description of a zLink decoder (
LAN_DECODER_GET_DESCRIPTIONreply).
- FastClockDataReceivedEventArgs
Carries the current model time (
LAN_FAST_CLOCK_DATA).
- FastClockSettingsReceivedEventArgs
Carries the persistent fast-clock settings (
LAN_FAST_CLOCK_SETTINGS_GETreply).
- LocoNetDetectorReceivedEventArgs
Carries a LocoNet occupancy detector report (
LAN_LOCONET_DETECTOR). The meaning of Info depends on Type (see protocol §9.5).
- 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.
- LocoNetMessageReceivedEventArgs
Carries a raw LocoNet message (including its checksum) tunneled through the Z21 (
LAN_LOCONET_Z21_RX/_TX/_FROM_LAN).
- RailComDataReceivedEventArgs
Carries parsed RailCom data (
LAN_RAILCOM_DATACHANGED).
- RmBusDataReceivedEventArgs
Carries an R-BUS feedback status change (
LAN_RMBUS_DATACHANGED): the group index and the ten status bytes (one byte per feedback module, one bit per input).
- SignalDecoderSystemStateReceivedEventArgs
Carries a 10837 signal decoder system state (
LAN_DECODER_SYSTEMSTATE_DATACHANGED).
- SwitchDecoderSystemStateReceivedEventArgs
Carries a 10836 switch decoder system state (
LAN_DECODER_SYSTEMSTATE_DATACHANGED).
- ZLinkHardwareInfoReceivedEventArgs
Carries the hardware information of a Z21 pro LINK (
LAN_ZLINK_GET_HWINFOreply).