SecsMessage 构造函数 (Byte, Int32) |
通过原始的报文信息来实例化一个默认的对象
命名空间:
HslCommunication.Secs.Types
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public SecsMessage(
byte[] message,
int startIndex
)
Public Sub New (
message As Byte(),
startIndex As Integer
)
public:
SecsMessage(
array<unsigned char>^ message,
int startIndex
)
new :
message : byte[] *
startIndex : int -> SecsMessage
参数
- message
- 类型:SystemByte
原始的字节信息 - startIndex
- 类型:SystemInt32
起始的偏移地址
参见