| IByteTransformTransByte 方法 (UInt64) | 
 
            ulong数组变量转化缓存数据,n个长度的ulong数组,可以转为8*n个长度的byte数组
            The ulong array variable transforms the buffer data, the ulong array of n length can be converted to the byte array of 8*n length
            
 
        命名空间: 
     HslCommunication.Core
        程序集:
     HslCommunication (在 HslCommunication.dll 中) 版本:12.5.1.0 (12.5.1.0)
 语法
语法byte[] TransByte(
	ulong[] values
)
Function TransByte ( 
	values As ULong()
) As Byte()
array<unsigned char>^ TransByte(
	array<unsigned long long>^ values
)
abstract TransByte : 
        values : uint64[] -> byte[] 
参数
- values
- 类型:SystemUInt64
 等待转化的数组
返回值
类型:
Bytebuffer数据
 参见
参见