点击或拖拽改变大小

SpecifiedCharacterMessage 属性

SpecifiedCharacterMessage 类型公开以下成员。

属性
  名称说明
公共属性ContentBytes
消息内容字节
Message content byte
(继承自 NetMessageBase。)
公共属性EndLength
获取或设置在结束字符之后剩余的固定字节长度,有些则还包含两个字节的校验码,这时该值就需要设置为2。
Gets or sets the remaining fixed byte length after the end character, and some also contain a two-byte check code. In this case, the value needs to be set to 2.
公共属性HeadBytes
消息头字节
Message header byte
(继承自 NetMessageBase。)
公共属性ProtocolHeadBytesLength
消息头的指令长度,第一次接受数据的长度
Instruction length of the message header, the length of the first received data
公共属性SendBytes
发送的字节信息
Byte information sent
(继承自 NetMessageBase。)
Top
参见