Pummpcomm v2.5.1 Pummpcomm.Session.Command View Source
A command issued during a Pummpcomm.Session
Link to this section Summary
Types
Serial number of the pump
opcode
- opcode for the command in the wireless protocolparams
- binary parameters specific toopcode
pump_serial
- which pump to issue the command toretries
- the number of times to retry the commandtimeout
- how long to wait between retriesbytes_per_record
- the number of bytes per recordmax_records
- the maximum number of records
Link to this section Types
Serial number of the pump
Link to this type
t()
View Source
t() :: %Pummpcomm.Session.Command{bytes_per_record: pos_integer, effect_time: term, max_records: pos_integer, opcode: non_neg_integer, params: binary, pump_serial: pump_serial, retries: non_neg_integer, timeout: pos_integer}
opcode
- opcode for the command in the wireless protocolparams
- binary parameters specific toopcode
pump_serial
- which pump to issue the command toretries
- the number of times to retry the commandtimeout
- how long to wait between retriesbytes_per_record
- the number of bytes per recordmax_records
- the maximum number of records