CommunicationPipeSetBufferQA 方法 |
设置当前的问答状态下的缓存数据
命名空间:
HslCommunication.Core.Pipe
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 protected void SetBufferQA(
byte[] buffer
)
Protected Sub SetBufferQA (
buffer As Byte()
)
protected:
void SetBufferQA(
array<unsigned char>^ buffer
)
member SetBufferQA :
buffer : byte[] -> unit
参数
- buffer
- 类型:SystemByte
设置的缓存
参见