Skip to content

Commit

Permalink
Misc updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremiedecock committed Aug 27, 2015
1 parent 1a27e7e commit defdab1
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions pyax12/status_packet.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,9 @@ class StatusPacket(pk.Packet):
The structure of the status packet is as the following::
+----+----+--+------+-----+----------+---+-----------+---------+
|0XFF|0XFF|ID|LENGTH|ERROR|PARAMETER1|...|PARAMETER N|CHECK SUM|
+----+----+--+------+-----+----------+---+-----------+---------+
| |
+---------+--+------+-----+----------+---+-----------+---------+
+-----+-----+---+-------+------+-----------+----+------------+----------+
|0XFF |0XFF |ID |LENGTH |ERROR |PARAMETER1 |... |PARAMETER N |CHECK SUM |
+-----+-----+---+-------+------+-----------+----+------------+----------+
StatusPacket is not intended to be instancied by users (except maybe
for testing and debugging prupose). Under normal conditions of use,
Expand Down

0 comments on commit defdab1

Please sign in to comment.