Hi All!
Where I can see an example of using functions dpConnect and dpGet (Manager class)?
In %API_ROOT% folder example 1 not found.
Thanks.
c++ dpConnect example
- mkoller
- Posts:741
- Joined: Fri Sep 17, 2010 9:03 am
Re: c++ dpConnect example
It is the same interface as dpConnect(). Look into api/include/Manager/Manager.hxx
- fmulder
- Posts:330
- Joined: Wed Feb 03, 2010 9:46 am
Re: c++ dpConnect example
Attached you'll find an example that I made a long time ago. I made it to play with various obvious functions like dpSet(), dpGet() and..... dpConnect().
Hope this helps
"Share the fun"
Frenk Mulder https://www.winccoa.com/fileadmin/image ... trlApi.zip
Hope this helps
"Share the fun"
Frenk Mulder https://www.winccoa.com/fileadmin/image ... trlApi.zip
- Attachments
-
- pvss00CtrlApi.zip
- (31.04 KiB) Downloaded 266 times
- vladimir
- Posts:25
- Joined: Thu Jan 23, 2014 1:34 pm
Re: c++ dpConnect example
Thank you very much!