RegularByteTransformTransByte 方法 (UInt16) |
ushort变量转化缓存数据,一个ushort数据可以转为2个字节的Byte数组
ushort variable converts buffer data, a ushort data can be converted into a 2-byte Byte array
命名空间:
HslCommunication.Core
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public virtual byte[] TransByte(
ushort value
)
Public Overridable Function TransByte (
value As UShort
) As Byte()
public:
virtual array<unsigned char>^ TransByte(
unsigned short value
)
abstract TransByte :
value : uint16 -> byte[]
override TransByte :
value : uint16 -> byte[]
参数
- value
- 类型:SystemUInt16
等待转化的数据
返回值
类型:
Bytebuffer数据
实现
IByteTransformTransByte(UInt16)参见