public final class nw_ethernet_channel_state_t
extends java.lang.Object
Channel states sent by nw_ethernet_channel_set_state_changed_handler. States generally progress forward and do not move backwards, with the exception of preparing and waiting, which may alternate before the channel becomes ready or failed.
| Modifier and Type | Field and Description |
|---|---|
static int |
nw_ethernet_channel_state_cancelled
[@const] nw_ethernet_channel_state_cancelled The channel has been cancelled by the caller
|
static int |
nw_ethernet_channel_state_failed
[@const] nw_ethernet_channel_state_failed The channel has irrecoverably closed or failed
|
static int |
nw_ethernet_channel_state_invalid
[@const] nw_ethernet_channel_state_invalid The state of the channel is not valid.
|
static int |
nw_ethernet_channel_state_preparing
[@const] nw_ethernet_channel_state_preparing The channel is in the process of establishing
|
static int |
nw_ethernet_channel_state_ready
[@const] nw_ethernet_channel_state_ready The channel is established and ready to send and receive data
|
static int |
nw_ethernet_channel_state_waiting
[@const] nw_ethernet_channel_state_waiting The channel is waiting for a usable network before re-attempting
|
public static final int nw_ethernet_channel_state_invalid
public static final int nw_ethernet_channel_state_waiting
public static final int nw_ethernet_channel_state_preparing
public static final int nw_ethernet_channel_state_ready
public static final int nw_ethernet_channel_state_failed
public static final int nw_ethernet_channel_state_cancelled