Syntax question for serverdiscovery
Posted: Thu Nov 14, 2019 9:58 am
Hi again,
Working through my VB NET project with a VINT hub and Stepper controllers. The simplest code example I found so far that I can relate to was the Python 4a Stepper sample code and I'm trying to use that as a guide to tell me the individual steps I need to accomplish to get this running in VBNET. (I still haven't been able to find a VBNET code sample that uses the VINT Hub.)
A lot of the code is easy to translate without errors into VBNET, but I am struggling with this one:
Net.enableServerDiscovery(PhidgetServerType.PHIDGETSERVER_DEVICEREMOTE)
Can anyone show me the VBNET equivalent for that, or point me to a resource that explains it?
Thanks again,
Dan
Working through my VB NET project with a VINT hub and Stepper controllers. The simplest code example I found so far that I can relate to was the Python 4a Stepper sample code and I'm trying to use that as a guide to tell me the individual steps I need to accomplish to get this running in VBNET. (I still haven't been able to find a VBNET code sample that uses the VINT Hub.)
A lot of the code is easy to translate without errors into VBNET, but I am struggling with this one:
Net.enableServerDiscovery(PhidgetServerType.PHIDGETSERVER_DEVICEREMOTE)
Can anyone show me the VBNET equivalent for that, or point me to a resource that explains it?
Thanks again,
Dan