Interface PomRequestListener


  • public interface PomRequestListener
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void sendRequest​(PomResultListener ptResultListener, org.bidib.jbidibc.messages.PomAddressData decoderAddress, org.bidib.jbidibc.messages.enums.PomOperation operation, int cvNumber, int cvValue)
      Send the PT request.
    • Method Detail

      • sendRequest

        void sendRequest​(PomResultListener ptResultListener,
                         org.bidib.jbidibc.messages.PomAddressData decoderAddress,
                         org.bidib.jbidibc.messages.enums.PomOperation operation,
                         int cvNumber,
                         int cvValue)
        Send the PT request.
        Parameters:
        ptResultListener - the result listener that performs the request
        decoderAddress - the decoder address
        operation - the operation
        cvNumber - the CV number
        cvValue - the CV value