From: Christopher Peplin Date: Sun, 28 Sep 2014 00:07:03 +0000 (-0400) Subject: Return response to set message format command in original format. X-Git-Tag: 5.0.2~275^2~8^2~16 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=f0a579dc1f45a8f373703968987f4bdd33192e16;p=apps%2Fagl-service-can-low-level.git Return response to set message format command in original format. --- diff --git a/README.md b/README.md index 719fb0e8..350cd24e 100644 --- a/README.md +++ b/README.md @@ -345,7 +345,8 @@ Valid formats are `json` and `binary`. **Response** If the format was changed successfully, the `status` in the response will be -`true`. The response will be in the new message format. +`true`. The response will be in the original message format, and all subsequent +messages will be in the new format. { "command_response": "message_format", "status": true}