Class: FastCRC::CRC16Genibus
- Inherits:
-
Object
- Object
- FastCRC::CRC16Genibus
- Defined in:
- sig/fastcrc.rbs
Constant Summary collapse
- WIDTH =
- CHECK =
- NAME =
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.checksum ⇒ Integer
51 |
# File 'sig/fastcrc.rbs', line 51 def self.checksum: (String data) -> Integer |
.hexdigest ⇒ String
52 |
# File 'sig/fastcrc.rbs', line 52 def self.hexdigest: (String data) -> String |
Instance Method Details
#checksum ⇒ Integer
54 |
# File 'sig/fastcrc.rbs', line 54 def checksum: () -> Integer |
#hexdigest ⇒ String
55 |
# File 'sig/fastcrc.rbs', line 55 def hexdigest: () -> String |
#reset ⇒ void
This method returns an undefined value.
56 |
# File 'sig/fastcrc.rbs', line 56 def reset: () -> void |
#update ⇒ void
This method returns an undefined value.
53 |
# File 'sig/fastcrc.rbs', line 53 def update: (String data) -> void |