SecsHsmsSendControlMessage 方法 |
发送控制命令,需要指定 pType 以及 sType 参数信息,返回是否发送成功
命名空间:
HslCommunication.Secs
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.3.0.0 (12.3.0.0)
语法public OperateResult SendControlMessage(
byte pType,
byte sType
)
Public Function SendControlMessage (
pType As Byte,
sType As Byte
) As OperateResult
public:
OperateResult^ SendControlMessage(
unsigned char pType,
unsigned char sType
)
member SendControlMessage :
pType : byte *
sType : byte -> OperateResult
参数
- pType
- 类型:SystemByte
控制码一 - sType
- 类型:SystemByte
控制码二
返回值
类型:
OperateResult是否发送成功
参见