Module: TimexDatalinkClient::Helpers::CrcPacketsWrapper

Instance Method Summary collapse

Instance Method Details

#packetsObject



8
9
10
11
12
# File 'lib/timex_datalink_client/helpers/crc_packets_wrapper.rb', line 8

def packets
  super.map do |packet|
    crc_header(packet) + packet + crc_footer(packet)
  end
end