|
SANEI 1.4.0.33-a717ed
|
Binary codec for network transmissions. More...
Go to the source code of this file.
Functions | |
| void | sanei_codec_bin_init (Wire *w) |
| Initialize the binary codec. More... | |
Binary codec for network transmissions.
Transtale data to a byte stream while taking byte order problems into account. This codec is currently used for saned and the network backend.
| void sanei_codec_bin_init | ( | Wire * | w | ) |
Initialize the binary codec.
Set the i/o functions of the Wire to those of the binary codec.
| w | Wire |