Platforms to show: All Mac Windows Linux Cross-Platform
PhidgetServerMBS class
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
class | Phidgets | MBS Phidgets Plugin | 22.1 | ✅ Yes | ✅ Yes | ✅ Yes | ❌ No | Desktop, Console & Web |
Notes: This is an abstract class. You can't create an instance, but you can get one from various plugin functions.
- 8 properties
- 2 methods
- method Constructor Private
- method Destructor
- 8 constants
Server Types
Constant | Value | Description |
---|---|---|
kServerTypeDevice | 2 |
Device |
kServerTypeDeviceListener | 1 |
Device Listener |
kServerTypeDeviceRemote | 3 |
Phidget22 Server Server discovery with this server type allows discovery of servers hosting Phidget devices. Enabling server discovery with this server type allows automated connection to these servers, and the Phidgets connected to them. Enabling server discovery with this server type will also enable ServerAdded and ServerRemoved events for this server type. |
kServerTypeNone | 0 | |
kServerTypeSBC | 7 |
Phidget SBC Server discovery with this server type detects the presence of Phidget SBCs on the network. Enabling server discovery with this server type will enable ServerAdded and ServerRemoved events for this server type. |
kServerTypeWww | 5 |
WWW |
kServerTypeWwwListener | 4 |
WWW Listener |
kServerTypeWwwRemote | 6 |
Phidget22 Web server Server discovery with this server type detects the presence of Phidget web servers used to communicate with in-browser JavaScript. Enabling server discovery with this server type will enable ServerAdded and ServerRemoved events for this server type. |
This class has no sub classes.
Some events using this class:
- PhidgetNetMBS.ServerAdded(server as PhidgetServerMBS)
- PhidgetNetMBS.ServerRemoved(server as PhidgetServerMBS)
Blog Entries
The items on this page are in the following plugins: MBS Phidgets Plugin.
PhidgetRFIDMBS - PhidgetSoundSensorMBS
