API ドキュメンテーション > Cabling > Object ProConnector > Function ProConnectorParamsCollect
Function ProConnectorParamsCollect
Description
Retrives parameters of specified connector
Synopsis
#include <ProCabling.h>
ProConnectorParamsCollect
(
ProConnector* p_connector
/* (In)
The connectors handle.
*/
ProCableparam** p_params
/* (Out)
Pointer to ProArray of parameters. The function allocates memory for these arguments. To free it, call the function ProArrayFree.
*/
)
Returns
The function successfully retrieves parameters.
One or more of the arguments was invalid.
Other errors.
Sample Code References
User Guide References
これは役に立ちましたか?