NetMessageBaseHeadBytes 属性 |
消息头字节
Message header byte
命名空间:
HslCommunication.Core.IMessage
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public byte[] HeadBytes { get; set; }
Public Property HeadBytes As Byte()
Get
Set
public:
virtual property array<unsigned char>^ HeadBytes {
array<unsigned char>^ get () sealed;
void set (array<unsigned char>^ value) sealed;
}
abstract HeadBytes : byte[] with get, set
override HeadBytes : byte[] with get, set
属性值
类型:
Byte参见