SANEI  1.2.1.189-7ab850
Functions
sanei_codec_bin.h File Reference

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...
 

Detailed Description

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.

See also
sanei_codec_ascii.h sanei_net.h sanei_wire.h

Function Documentation

◆ sanei_codec_bin_init()

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.

Parameters
wWire