Class: FastCRC::CRC16Modbus
- Inherits:
-
Object
- Object
- FastCRC::CRC16Modbus
- Defined in:
- sig/fastcrc.rbs
Constant Summary collapse
- WIDTH =
- CHECK =
- NAME =
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.checksum ⇒ Integer
77 |
# File 'sig/fastcrc.rbs', line 77 def self.checksum: (String data) -> Integer |
.hexdigest ⇒ String
78 |
# File 'sig/fastcrc.rbs', line 78 def self.hexdigest: (String data) -> String |
Instance Method Details
#checksum ⇒ Integer
80 |
# File 'sig/fastcrc.rbs', line 80 def checksum: () -> Integer |
#hexdigest ⇒ String
81 |
# File 'sig/fastcrc.rbs', line 81 def hexdigest: () -> String |
#reset ⇒ void
This method returns an undefined value.
82 |
# File 'sig/fastcrc.rbs', line 82 def reset: () -> void |
#update ⇒ void
This method returns an undefined value.
79 |
# File 'sig/fastcrc.rbs', line 79 def update: (String data) -> void |