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