RegularByteTransformTransByte 方法 (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 中) 版本:12.1.2.0 (12.1.2.0)
语法 public virtual byte[] TransByte(
short[] values
)
Public Overridable Function TransByte (
values As Short()
) As Byte()
public:
virtual array<unsigned char>^ TransByte(
array<short>^ values
)
abstract TransByte :
values : int16[] -> byte[]
override TransByte :
values : int16[] -> byte[]
参数
- values
- 类型:SystemInt16
等待转化的数组
返回值
类型:
Bytebuffer数据
实现
IByteTransformTransByte(Int16)参见