From fa0b3bae28661b39743baa5f7d67871abdcc7cef Mon Sep 17 00:00:00 2001 From: Frank Morgner Date: Wed, 26 Jun 2013 21:21:41 +0200 Subject: [PATCH] network byte order is big endian --- virtualsmartcard/doc/api.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/virtualsmartcard/doc/api.txt b/virtualsmartcard/doc/api.txt index 00c9d3f..ba44ef1 100644 --- a/virtualsmartcard/doc/api.txt +++ b/virtualsmartcard/doc/api.txt @@ -28,7 +28,7 @@ Length Command Length Response ============= ==================== ============= ============= The communication is initiated by |vpcd|. First the length of the data (in -network byte order, i.e. little endian) is sent followed by the data itself. +network byte order, i.e. big endian) is sent followed by the data itself. ===================================