点击或拖拽改变大小

SoftBufferSetCustomerT 方法

写入自定义类型的数据到缓存中去,需要规定生成字节的方法
Write custom type data to the cache, need to specify the method of generating bytes

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

参数

data
类型:T
实例对象
index
类型:SystemInt32
起始地址

类型参数

T
自定义类型
参见