Method: OpenC3::Crc#poly

Defined in:
lib/openc3/utilities/crc.rb

#polyInteger (readonly)

Returns The polynomial used when calcuating the CRC.

Returns:

  • (Integer)

    The polynomial used when calcuating the CRC



49
50
51
# File 'lib/openc3/utilities/crc.rb', line 49

def poly
  @poly
end