verify abstract method

bool verify(
  1. List<int> data,
  2. int crc
)

Verify weather data matches the crc.

Implementation

bool verify(List<int> data, int crc);