[缺少 "M:TouchSocket.Core.Crc.Crc10(System.Byte[],System.Int32,System.Int32)" 的 <summary> 文档]
public static byte[] Crc10(
byte[] buffer,
int start = 0,
int len = 0
)
Public Shared Function Crc10 (
buffer As Byte(),
Optional start As Integer = 0,
Optional len As Integer = 0
) As Byte()
static member Crc10 :
buffer : byte[] *
?start : int *
?len : int
(* Defaults:
let _start = defaultArg start 0
let _len = defaultArg len 0
*)
-> byte[]
[缺少 "M:TouchSocket.Core.Crc.Crc10(System.Byte[],System.Int32,System.Int32)" 的 <param name="buffer"/> 文档]
[缺少 "M:TouchSocket.Core.Crc.Crc10(System.Byte[],System.Int32,System.Int32)" 的 <param name="start"/> 文档]
[缺少 "M:TouchSocket.Core.Crc.Crc10(System.Byte[],System.Int32,System.Int32)" 的 <param name="len"/> 文档]
[缺少 "M:TouchSocket.Core.Crc.Crc10(System.Byte[],System.Int32,System.Int32)" 的 <returns> 文档]