AbStructHandle 构造函数 (Byte, Int32) |
使用原始字节的数据,索引信息来实例化一个对象
Instantiate an object with raw bytes of data, index information
命名空间:
HslCommunication.Profinet.AllenBradley
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public AbStructHandle(
byte[] source,
int index
)
Public Sub New (
source As Byte(),
index As Integer
)
public:
AbStructHandle(
array<unsigned char>^ source,
int index
)
new :
source : byte[] *
index : int -> AbStructHandle
参数
- source
- 类型:SystemByte
原始字节数据 - index
- 类型:SystemInt32
起始的偏移索引
参见