点击或拖拽改变大小

SpecifiedCharacterMessage 构造函数 (Byte, Byte)

使用固定的两个个字符结尾作为当前的报文接收条件,来实例化一个对象
Instantiate an object using a fixed two-character end as the current message reception condition

命名空间:  HslCommunication.Core.IMessage
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:12.0.0.0 (12.0.0.0)
语法
public SpecifiedCharacterMessage(
	byte endCode1,
	byte endCode2
)

参数

endCode1
类型:SystemByte
第一个结尾的字符
endCode2
类型:SystemByte
第二个结尾的字符
参见