API Reference v9.2.0
Toolsclass
Module: ZaberMotion
Class providing various utility functions.
To use this type, add import ZaberMotion to the top of your source code.
Methods
s
try await Tools.discoverTcpDevices(duration = 3000, interfaceIpAddress = nil)Discover Zaber devices shared over local network over TCP/IP.
Arguments
| Name | Type | Description |
|---|---|---|
| duration | Int | Optional time in ms to wait for mDNS discovery response (defaults to 3000). |
| interfaceIpAddress | String? | Specify which network interface to use by IP address. If no value or an empty string is provided, mDNS query is sent to all compatible network interfaces. |
Return Value
[DeviceDiscoveryResult] Array of discovered devices.s