Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
Phidget.DisableServerDiscovery
Disables the dynamic discovery of servers that publish their identity.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
Phidget | 14.0 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ❌ No |
MBS( "Phidget.DisableServerDiscovery"; ServerType ) More
Parameters
Parameter | Description | Example |
---|---|---|
ServerType | Pass none, deviceListener, Device, DeviceRemote, WWWListener, WWW, WWWRemote or SBC. | "DeviceRemote" |
Result
Returns OK or error.
Description
Disables the dynamic discovery of servers that publish their identity.Phidget.DisableServerDiscovery does not disconnect already established connections.
Examples
Stop watching for remote devices:
MBS( "Phidget.DisableServerDiscovery"; "DeviceRemote" )
See also
Release notes
- Version 14.0
- Added Phidget.DisableServerDiscovery and Phidget.EnableServerDiscovery functions.
Blog Entries
This function is free to use.
Created 16th November 2023, last changed 16th November 2023