Package apple.network.enums
Class nw_data_transfer_report_state_t
- java.lang.Object
-
- apple.network.enums.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.
-
-
Field Summary
Fields Modifier and Type Field Description static intnw_data_transfer_report_state_collected[@const] nw_data_transfer_report_state_collected The report is complete; values can now be accessed.static intnw_data_transfer_report_state_collecting[@const] nw_data_transfer_report_state_collecting The report is outstanding; values cannot be accessed.
-
-
-
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
-
-