ReverseBytesTransformTransByte 方法 (UInt64) |
ulong数组变量转化缓存数据
命名空间:
HslCommunication.Core
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:10.2.2.0 (10.2.2.0)
语法public override byte[] TransByte(
ulong[] values
)
Public Overrides Function TransByte (
values As ULong()
) As Byte()
public:
virtual array<unsigned char>^ TransByte(
array<unsigned long long>^ values
) override
abstract TransByte :
values : uint64[] -> byte[]
override TransByte :
values : uint64[] -> byte[]
参数
- values
- 类型:SystemUInt64
等待转化的数组
返回值
类型:
Bytebuffer数据
实现
IByteTransformTransByte(UInt64)
参见