Class: TimexDatalinkClient::Protocol3::End

Inherits:
Object
  • Object
show all
Includes:
Helpers::CrcPacketsWrapper
Defined in:
lib/timex_datalink_client/protocol_3/end.rb

Constant Summary collapse

CPACKET_SKIP =
[0x21]

Instance Method Summary collapse

Instance Method Details

#packetsArray<Array<Integer>>

Compile packets for data end command.

Returns:

  • (Array<Array<Integer>>)

    Two-dimensional array of integers that represent bytes.



15
16
17
# File 'lib/timex_datalink_client/protocol_3/end.rb', line 15

def packets
  [CPACKET_SKIP]
end