Class BTMessageFactory.LegacyData

  • Enclosing class:
    BTMessageFactory

    protected static class BTMessageFactory.LegacyData
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected LegacyData​(int prio, boolean no_delay, Message[] remove, byte btid)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • priority

        protected final int priority
      • is_no_delay

        protected final boolean is_no_delay
      • to_remove

        protected final Message[] to_remove
      • bt_id

        protected final byte bt_id
    • Constructor Detail

      • LegacyData

        protected LegacyData​(int prio,
                             boolean no_delay,
                             Message[] remove,
                             byte btid)