Documentação da API > Cabling > Object ProCable > Function ProCableTypeGet
Function ProCableTypeGet
Description
Returns the cable type (normal cable, wire, conductor or bundle)
Synopsis
#include <ProCabling.h>
ProCableTypeGet
(
ProCable* p_cable
/* (In)
The handle of cable.
*/
ProCableType* p_type
/* (Out)
The cable's type.
*/
)
Returns
The function successfully retrieved type.
One or more of the arguments was invalid.
Invalid cable type. PRO_TK_GENERAL_ERROR- Other error.
Sample Code References
User Guide References
Isto foi útil?