Class: FastCRC::CRC16XModem
- Inherits:
-
Object
- Object
- FastCRC::CRC16XModem
- Defined in:
- sig/fastcrc.rbs
Constant Summary collapse
- WIDTH =
- CHECK =
- NAME =
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.checksum ⇒ Integer
129 |
# File 'sig/fastcrc.rbs', line 129 def self.checksum: (String data) -> Integer |
.hexdigest ⇒ String
130 |
# File 'sig/fastcrc.rbs', line 130 def self.hexdigest: (String data) -> String |
Instance Method Details
#checksum ⇒ Integer
132 |
# File 'sig/fastcrc.rbs', line 132 def checksum: () -> Integer |
#hexdigest ⇒ String
133 |
# File 'sig/fastcrc.rbs', line 133 def hexdigest: () -> String |
#reset ⇒ void
This method returns an undefined value.
134 |
# File 'sig/fastcrc.rbs', line 134 def reset: () -> void |
#update ⇒ void
This method returns an undefined value.
131 |
# File 'sig/fastcrc.rbs', line 131 def update: (String data) -> void |