WISE Receive Number
(→Description) |
(→Description) |
||
| Line 6: | Line 6: | ||
* [[WISE Send Data|Send]] / [[WISE Receive Data|receive]] a data buffer | * [[WISE Send Data|Send]] / [[WISE Receive Data|receive]] a data buffer | ||
| − | When number is send or received the data size is always 5 bytes - the first byte is a control byte (always 'L') and the remaining 4 bytes represents a 32 bit integer is a little endian format. | + | When number is send or received the data size is always 5 bytes - the first byte is a control byte (always 'L') and the remaining 4 bytes represents a 32 bit integer is a [http://en.wikipedia.org/wiki/Endianness#Little-endian little endian ] format. |
== Maemo Platform == | == Maemo Platform == | ||
Revision as of 13:03, 17 June 2008
Contents |
Description
The communication between two WISE devices is devided into two possibilities
When number is send or received the data size is always 5 bytes - the first byte is a control byte (always 'L') and the remaining 4 bytes represents a 32 bit integer is a little endian format.

