点击或拖拽改变大小

IByteTransformTransByte 方法 (Int16)

short数组变量转化缓存数据,n个长度的short数组,可以转为2*n个长度的byte数组
The short array variable transforms the buffered data, a short array of n lengths can be converted into a byte array of 2*n lengths

命名空间:  HslCommunication.Core
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:11.8.2.0 (11.8.2.0)
语法
byte[] TransByte(
	short[] values
)

参数

values
类型:SystemInt16
等待转化的数组

返回值

类型:Byte
buffer数据
参见