public interface ConnectionStatusCallback<T>
Modifier and Type | Method and Description |
---|---|
void |
getStatus(ConnectionStatus status,
T device) |
void getStatus(ConnectionStatus status, T device)
status
- 状态(status)device
- 目标设备(device)