public interface IoTAPIClient
建议通过IoTAPIClientFactory.getClient()
获取实例
Modifier and Type | Method and Description |
---|---|
void |
send(IoTRequest request,
IoTCallback callback)
发送请求
|
void send(IoTRequest request, IoTCallback callback)
request
- 不可为空callback
- 不可为空