Interface AsyncTransferCompledCallback


public interface AsyncTransferCompledCallback
Callback that is notified when an asynchronous transfer has completed.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    asyncTransferCompleted(int amountTransferred)
    Called upon completion of an asynchronous read.
  • Method Details

    • asyncTransferCompleted

      void asyncTransferCompleted(int amountTransferred)
      Called upon completion of an asynchronous read.