ticable_set_param Function

cabl_int.h

int ticable_set_param(const TicableLinkParam *lp);

Parameters

lp
the link cable parameters.


Summary

Set parameters to use for the link cable.

Description

This function set the link cables parameters starting at the @lp structure. It must be called before ticable_set_cable but typically after ticable_get_default_param. This function is more convenient than the set of ticable_set/get_xxx functions.


Return to the API index