Method: Cosmos::Crc#xor

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

#xorBoolean (readonly)

Returns Whether the result is XORed with 0xFFFF.

Returns:

  • (Boolean)

    Whether the result is XORed with 0xFFFF



50
51
52
# File 'lib/cosmos/utilities/crc.rb', line 50

def xor
  @xor
end