Change header comment on core functions.

This commit is contained in:
Mikaël Ates 2013-10-08 12:27:19 +02:00
parent f43f11f685
commit 989d0d3838
2 changed files with 12 additions and 2 deletions

View File

@ -18,7 +18,12 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
Functions to parse standard response content.
Functions to convert human readable to frame encoded data at command
building. Conversely at response parsing.
The same processing function (command name lowered) is used for building
the command and for parsing the response. It is necessary to test the
parameter object to affect the correspondiong treatment.
'''

View File

@ -18,7 +18,12 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
Functions to parse reader command response content.
Functions to convert human readable to frame encoded data at command
building. Conversely at response parsing.
The same processing function (command name lowered) is used for building
the command and for parsing the response. It is necessary to test the
parameter object to affect the correspondiong treatment.
'''