TNB Library
|
CRC-16-IBM(Cyclic Redundancy Check 16bit)計算クラス. [詳解]
#include <TnbCrcComputer.h>
静的公開メンバ関数 | |
static WORD | Calc1 (size_t size, const void *P) |
[計算] 計算(0xA001) [詳解] | |
static WORD | Calc2 (size_t size, const void *P) |
[計算] 計算(0x8005) [詳解] | |
CRC-16-IBM(Cyclic Redundancy Check 16bit)計算クラス.
指定情報の CRC を計算します。 USB などで使用されてます。
TnbCrcComputer.h の 177 行目に定義があります。
|
static |
|
static |