Category
Cabling
, Object
ProCable
Function ProCableColorGet
Description
Returns the cable color.
Synopsis
#include <
ProCabling.h
>
ProError
ProCableColorGet
(
ProCable
*
p_cable
/* (In)
The handle of cable.
*/
ProColor
*
p_color
/* (Out)
The cable's color.
*/
)
Returns
PRO_TK_NO_ERROR
The function successfully retrieved color.
PRO_TK_BAD_INPUTS
One or more of the arguments was invalid.
PRO_TK_GENERAL_ERROR
Other error.