Class nw_data_transfer_report_state_t


  • public final class nw_data_transfer_report_state_t
    extends java.lang.Object
    [@typedef] nw_data_transfer_report_state_t The state of a Data Transfer Report indicates whether or not the contents have been collected, and are ready to be accessed.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • nw_data_transfer_report_state_collecting

        public static final int nw_data_transfer_report_state_collecting
        [@const] nw_data_transfer_report_state_collecting The report is outstanding; values cannot be accessed.
        See Also:
        Constant Field Values
      • nw_data_transfer_report_state_collected

        public static final int nw_data_transfer_report_state_collected
        [@const] nw_data_transfer_report_state_collected The report is complete; values can now be accessed.
        See Also:
        Constant Field Values