API ドキュメンテーション > Cabling > Object ProConnector > Function ProConnectorEntryPortsGet
Function ProConnectorEntryPortsGet
Description
Retrieves the entry ports for the specified connector.
Synopsis
#include <ProCabling.h>
ProConnectorEntryPortsGet
(
ProConnector* p_connector
/* (In)
Handle of connector.
*/
ProCsys** p_csys_array
/* (Out)
ProArray of csys. Function allocate memory for this argument. User must free it with ProArrayFree.
*/
)
Returns
The function successfully retrieved.
One or more of the arguments was invalid.
Other errors.
Sample Code References
User Guide References
これは役に立ちましたか?