IByteTransformTransByte 方法 (Byte) |
将byte变量转化缓存数据
Convert byte variables into cached data
命名空间:
HslCommunication.Core
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 byte[] TransByte(
byte value
)
Function TransByte (
value As Byte
) As Byte()
array<unsigned char>^ TransByte(
unsigned char value
)
abstract TransByte :
value : byte -> byte[]
参数
- value
- 类型:SystemByte
等待转化的数据
返回值
类型:
Bytebuffer数据
参见