public static interface WifiManager.TxPacketCountListener
Modifier and Type | Method and Description |
---|---|
void |
onFailure(int reason)
The operation failed
|
void |
onSuccess(int count)
The operation succeeded
|
void onSuccess(int count)
count
- TX packet countervoid onFailure(int reason)
reason
- The reason for failure could be one of
WifiManager.ERROR
, WifiManager.IN_PROGRESS
or WifiManager.BUSY