API 설명서 > Miscellaneous > Object ProNetwork > Function ProNetworkGet
Function ProNetworkGet
Description
Gets the network in specified harness.
Synopsis
#include <ProCabling.h>
ProNetworkGet
(
ProHarness harness
/* (In)
The handle of harness
*/
ProCable* p_network
/* (Out)
The handle of network
*/
)
Returns
The function successfully returned the new network cable.
One or more of the arguments was invalid.
network not found.
Other error.
User Guide References
도움이 되셨나요?