点击或拖拽改变大小

NetworkBaseWriteStream 方法

将缓冲区的数据写入到流里面去
Write the buffer data to the stream

命名空间:  HslCommunication.Core.Net
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:11.8.2.0 (11.8.2.0)
语法
protected OperateResult WriteStream(
	Stream stream,
	byte[] buffer
)

参数

stream
类型:System.IOStream
数据流
buffer
类型:SystemByte
缓冲区

返回值

类型:OperateResult
是否写入成功
参见