API Reference v9.1.0

DeviceDiscoveryResultdata class

Module: zaber_motion

Represents result of mDNS discovery for devices connected to network.

To use this type, add from zaber_motion import DeviceDiscoveryResult to the top of your source code.

Properties

p

hostname

device_discovery_result.hostname
str Host name of the discoverd device.
p

address

device_discovery_result.address
str IP address of the discoverd device.
p

port

device_discovery_result.port
int Port number of the discovered device.
p

port_type

device_discovery_result.port_type
DevicePortType Indicates if discovery result represents a single device or a device chain.
p

device_id

device_discovery_result.device_id
int Device id of discovered device or head of discovered device chain.
p

serial_number

device_discovery_result.serial_number
int Serial number of discovered device or head of discovered device chain.