calling xPCOpenTcpIpPort when xpc target is running

I am calling xPCOpenTcpIpPort from VC application it returns -1 when the XPC target is in loaded and running,, any idea why?

답변 (1개)

Rajiv Ghosh-Roy
Rajiv Ghosh-Roy 2014년 9월 18일

0 개 추천

The most likely cause of this is that you have an open connection from another application, mostly likely MATLAB itself.
If you have build and downloaded the model, you can call tg.close from the MATLAB command line to close the connection (assuming tg is the name of your target object).

카테고리

태그

질문:

2014년 9월 18일

답변:

2014년 9월 18일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by