getValue method

  1. @override
int getValue()
override

Returns the current checksum value.

Implementation

@override
int getValue() {
  return wCRCin & 0xff;
}