Description | ||||||||||||||
Retrieves cables | ||||||||||||||
Synopsis | ||||||||||||||
#include <ProCabling.h> | ||||||||||||||
ProError | ProBundleCablesCollect | ( | ||||||||||||
ProCable* p_bundle | ||||||||||||||
/* (In) | ||||||||||||||
bundle handle | ||||||||||||||
*/ | ||||||||||||||
ProBundleCableLevel level | ||||||||||||||
/* (In) | ||||||||||||||
determines which set of cables to get. | ||||||||||||||
*/ | ||||||||||||||
ProCable** p_cables | ||||||||||||||
/* (Out) | ||||||||||||||
ProArray of bundles. Function allocates memory for this argument. User must free it using ProArrayFree. | ||||||||||||||
*/ | ||||||||||||||
) | ||||||||||||||
Returns | ||||||||||||||
|