DLT645OverTcpFreezeCommand 方法 |
对设备发送冻结命令,默认点对点操作,地址域为 99999999999999 时为广播,数据域格式说明:MMDDhhmm(月日时分),
99DDhhmm表示月为周期定时冻结,9999hhmm表示日为周期定时冻结,999999mm表示以小时为周期定时冻结,99999999表示瞬时冻结
Send a freeze command to the device, the default point-to-point operation, when the address field is 9999999999999,
it is broadcast, and the data field format description: MMDDhhmm (month, day, hour and minute),
99DDhhmm means the month is the periodic fixed freeze, 9999hhmm means the day is the periodic periodic freeze,
and 999999mm means the hour It is periodic timed freezing, 99999999 means instantaneous freezing
命名空间:
HslCommunication.Instrument.DLT
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public OperateResult FreezeCommand(
string dataArea
)
Public Function FreezeCommand (
dataArea As String
) As OperateResult
public:
OperateResult^ FreezeCommand(
String^ dataArea
)
member FreezeCommand :
dataArea : string -> OperateResult
参数
- dataArea
- 类型:SystemString
数据域信息
返回值
类型:
OperateResult是否成功冻结
参见