Class AbstractTriggerLockCommandBuilder<TCmd,​T extends AbstractTriggerLockCommandBuilder<TCmd,​T>>

    • Constructor Detail

      • AbstractTriggerLockCommandBuilder

        public AbstractTriggerLockCommandBuilder()
    • Method Detail

      • setCustomCommandData

        public T setCustomCommandData​(byte[] customCommandData)
        Sets custom command data that will be passed to the locking device together with the command. It's up to the individual locking device to handle the data in a meaningful way.
      • getCustomCommandData

        public byte[] getCustomCommandData()