Class: FastCRC::CRC16USB
- Inherits:
-
Object
- Object
- FastCRC::CRC16USB
- Defined in:
- sig/fastcrc.rbs
Constant Summary collapse
- WIDTH =
- CHECK =
- NAME =
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.checksum ⇒ Integer
103 |
# File 'sig/fastcrc.rbs', line 103 def self.checksum: (String data) -> Integer |
.hexdigest ⇒ String
104 |
# File 'sig/fastcrc.rbs', line 104 def self.hexdigest: (String data) -> String |
Instance Method Details
#checksum ⇒ Integer
106 |
# File 'sig/fastcrc.rbs', line 106 def checksum: () -> Integer |
#hexdigest ⇒ String
107 |
# File 'sig/fastcrc.rbs', line 107 def hexdigest: () -> String |
#reset ⇒ void
This method returns an undefined value.
108 |
# File 'sig/fastcrc.rbs', line 108 def reset: () -> void |
#update ⇒ void
This method returns an undefined value.
105 |
# File 'sig/fastcrc.rbs', line 105 def update: (String data) -> void |