Uses of Class
com.tencentcloudapi.iotvideo.v20191126.models.SendOnlineMsgResponse
-
Packages that use SendOnlineMsgResponse Package Description com.tencentcloudapi.iotvideo.v20191126 com.tencentcloudapi.iotvideo.v20191126.models -
-
Uses of SendOnlineMsgResponse in com.tencentcloudapi.iotvideo.v20191126
Methods in com.tencentcloudapi.iotvideo.v20191126 that return SendOnlineMsgResponse Modifier and Type Method Description SendOnlineMsgResponseIotvideoClient. SendOnlineMsg(SendOnlineMsgRequest req)本接口(SendOnlineMsg)用于向设备发送在线消息。 注意: 若设备当前不在线,会直接返回错误; 若设备网络出现异常时,消息发送可能超时,超时等待最长时间为3秒.waitresp非0情况下,会导致本接口阻塞3秒。 -
Uses of SendOnlineMsgResponse in com.tencentcloudapi.iotvideo.v20191126.models
Constructors in com.tencentcloudapi.iotvideo.v20191126.models with parameters of type SendOnlineMsgResponse Constructor Description SendOnlineMsgResponse(SendOnlineMsgResponse source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-