SANEI 1.3.1.72-4c77c
|
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 |