点击或拖拽改变大小

SecsHsmsSendByCommand 方法 (SecsMessage, SecsValue, Boolean)

发送Secs数据到服务器上,根据收到的SecsMessage消息来自动确定功能码,消息号信息

命名空间:  HslCommunication.Secs
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:12.3.1.0 (12.3.1.0)
语法
public OperateResult SendByCommand(
	SecsMessage secsMessage,
	SecsValue data,
	bool back
)

参数

secsMessage
类型:HslCommunication.Secs.TypesSecsMessage
收到的Secs消息对象
data
类型:HslCommunication.Secs.TypesSecsValue
Secs数据对象
back
类型:SystemBoolean
是否返回

返回值

类型:OperateResult
是否发送成功
参见