RegularByteTransformByteTransDataFormat4 方法 |
反转多字节的数据信息
命名空间:
HslCommunication.Core
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 protected virtual byte[] ByteTransDataFormat4(
byte[] value,
int index = 0
)
Protected Overridable Function ByteTransDataFormat4 (
value As Byte(),
Optional index As Integer = 0
) As Byte()
protected:
virtual array<unsigned char>^ ByteTransDataFormat4(
array<unsigned char>^ value,
int index = 0
)
abstract ByteTransDataFormat4 :
value : byte[] *
?index : int
(* Defaults:
let _index = defaultArg index 0
*)
-> byte[]
override ByteTransDataFormat4 :
value : byte[] *
?index : int
(* Defaults:
let _index = defaultArg index 0
*)
-> byte[]
参数
- value
- 类型:SystemByte
数据字节 - index (Optional)
- 类型:SystemInt32
起始索引,默认值为0
返回值
类型:
Byte实际字节信息
参见