DLT698HelperActiveDeveice 方法 |
激活设备的命令,只发送数据到设备,不等待设备数据返回
The command to activate the device, only send data to the device, do not wait for the device data to return
命名空间:
HslCommunication.Instrument.DLT.Helper
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public static OperateResult ActiveDeveice(
IDlt698 dlt
)
Public Shared Function ActiveDeveice (
dlt As IDlt698
) As OperateResult
public:
static OperateResult^ ActiveDeveice(
IDlt698^ dlt
)
static member ActiveDeveice :
dlt : IDlt698 -> OperateResult
参数
- dlt
- 类型:HslCommunication.Instrument.DLT.HelperIDlt698
[缺少 "M:HslCommunication.Instrument.DLT.Helper.DLT698Helper.ActiveDeveice(HslCommunication.Instrument.DLT.Helper.IDlt698)" 的 <param name="dlt"/> 文档]
返回值
类型:
OperateResult是否发送成功
参见