Interface LocoNetListener

    • Method Detail

      • message

        void message​(LocoNetMessage msg)
        Member function that will be invoked by a LocoNetInterface implementation to forward a LocoNet message from the layout.
        Parameters:
        msg - The received LocoNet message. Note that this same object may be presented to multiple users. It should not be modified here.