Prosody data communications Encodings: none

This setting is used when protocol specific octet data is required.

API function behaviour

This should be read in conjunction with the generic data communications documentation.

smdc_channel_config()

You must use #include "smdc_none.h" to get the appropriate declarations.

The encoding type is kSMDCConfigEncodingNone.

The encoding_config_data pointer should be null (0) and the encoding_config_length should be zero.

smdc_rx_data()

Data in the receive buffer appears in octets. The format of the data is protocol specific.

smdc_tx_data()

Only octets can be transmitted. The format of the data is protocol specific.