Method: OpenC3::Crc#table
- Defined in:
- lib/openc3/utilities/crc.rb
#table ⇒ String (readonly)
Returns Binary lookup table used to perform the calculation.
54 55 56 |
# File 'lib/openc3/utilities/crc.rb', line 54 def table @table end |