API 설명서 > Cabling > Object ProCable > Function ProCableIsComplete
Function ProCableIsComplete
Description
Identifies if a cable is complete.
Synopsis
#include <ProCabling.h>
ProCableIsComplete
(
ProCable* p_cable
/* (In)
The cable.
*/
ProBoolean* is_complete
/* (Out)
Whether the cable is complete.
*/
)
Returns
The function successfully got the cable data.
One or more of the arguments was invalid.
Other errors.
User Guide References
도움이 되셨나요?