点击或拖拽改变大小

SoftBufferGetCustomerT 方法

读取自定义类型的数据,需要规定解析规则
Read custom types of data, need to specify the parsing rules

命名空间:  HslCommunication.BasicFramework
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:12.0.0.0 (12.0.0.0)
语法
public T GetCustomer<T>(
	int index
)
where T : new(), IDataTransfer

参数

index
类型:SystemInt32
起始索引

类型参数

T
类型名称

返回值

类型:T
自定义的数据类型
参见