| DLT698OverTcpActiveDeveiceAsync 方法  | 
 
            激活设备的命令,只发送数据到设备,不等待设备数据返回
            The command to activate the device, only send data to the device, do not wait for the device data to return
            
 
        命名空间: 
     HslCommunication.Instrument.DLT
        程序集:
     HslCommunication (在 HslCommunication.dll 中) 版本:12.5.1.0 (12.5.1.0)
 语法
语法public Task<OperateResult> ActiveDeveiceAsync()
Public Function ActiveDeveiceAsync As Task(Of OperateResult)
public:
Task<OperateResult^>^ ActiveDeveiceAsync()
member ActiveDeveiceAsync : unit -> Task<OperateResult> 
返回值
类型:
TaskOperateResult是否发送成功
 参见
参见