pub unsafe extern "C" fn ltc_encoder_set_user_bits(
    e: *mut LTCEncoder,
    data: c_ulong
)
Expand description

Set the user-bits of the frame to the given data.

The data should be a 32-bits unsigned integer. It is written LSB first continiously int the eight user fields.

@param e encoder handle @param data the data to write