Method: OpenC3::Crc#seed

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

#seedInteger (readonly)

Returns Seed value used to start the calulation.

Returns:

  • (Integer)

    Seed value used to start the calulation



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

def seed
  @seed
end