IByteTransformTransByte 方法 (Int64) |
long变量转化缓存数据,一个long数据可以转为8个字节的byte数组
Long variable is converted into cache data, a long data can be converted into 8-byte byte array
命名空间:
HslCommunication.Core
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 byte[] TransByte(
long value
)
Function TransByte (
value As Long
) As Byte()
array<unsigned char>^ TransByte(
long long value
)
abstract TransByte :
value : int64 -> byte[]
参数
- value
- 类型:SystemInt64
等待转化的数据
返回值
类型:
Bytebuffer数据
参见