API ドキュメンテーション > Cabling > Object ProCable > Function ProCableLogicalEndsGet
Function ProCableLogicalEndsGet
Description
Retrieves logical ends of specified cable
Synopsis
#include <ProCabling.h>
ProCableLogicalEndsGet
(
/* (In)
The assembly
*/
ProCable* p_cable
/* (In)
The handle of cable
*/
ProSelection* log_end_1
/* (Out)
The first logical endpoint allocated by the function.
*/
ProSelection* log_end_2
/* (Out)
The second logical endpoint allocated by the function.
*/
)
Returns
The function successfully get parameter.
One or more of the arguments was invalid.
one or both ends are not defined.
Other errors.
Sample Code References
User Guide References
これは役に立ちましたか?