SoftBufferSetCustomerT 方法 |
写入自定义类型的数据到缓存中去,需要规定生成字节的方法
Write custom type data to the cache, need to specify the method of generating bytes
命名空间:
HslCommunication.BasicFramework
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public void SetCustomer<T>(
T data,
int index
)
where T : new(), IDataTransfer
Public Sub SetCustomer(Of T As {New, IDataTransfer}) (
data As T,
index As Integer
)
public:
generic<typename T>
where T : gcnew(), IDataTransfer
void SetCustomer(
T data,
int index
)
member SetCustomer :
data : 'T *
index : int -> unit when 'T : new() and IDataTransfer
参数
- data
- 类型:T
实例对象 - index
- 类型:SystemInt32
起始地址
类型参数
- T
- 自定义类型
参见