CRCHelperCRC16 Method (Byte) |
CRC16 加密
Namespace: AdfAssembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax public static ushort CRC16(
byte[] bytes
)
Public Shared Function CRC16 (
bytes As Byte()
) As UShort
public:
static unsigned short CRC16(
array<unsigned char>^ bytes
)
static member CRC16 :
bytes : byte[] -> uint16
Parameters
- bytes
- Type: SystemByte
[Missing <param name="bytes"/> documentation for "M:Adf.CRCHelper.CRC16(System.Byte[])"]
Return Value
Type:
UInt16[Missing <returns> documentation for "M:Adf.CRCHelper.CRC16(System.Byte[])"]
See Also