SpecifiedCharacterMessage 构造函数 (Byte) |
使用固定的一个字符结尾作为当前的报文接收条件,来实例化一个对象
Instantiate an object using a fixed end of one character as the current message reception condition
命名空间:
HslCommunication.Core.IMessage
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public SpecifiedCharacterMessage(
byte endCode
)
Public Sub New (
endCode As Byte
)
public:
SpecifiedCharacterMessage(
unsigned char endCode
)
new :
endCode : byte -> SpecifiedCharacterMessage
参数
- endCode
- 类型:SystemByte
结尾的字符
参见