Network¶
-
class
ingenialink.network.Network[source]¶ Declaration of a general Network object.
-
servos¶ List of the connected servos in the network.
- Type
list
-
-
class
ingenialink.network.NetworkMonitor(prot)[source]¶ Network Monitor.
- Parameters
prot (NET_PROT) – Protocol.
- Raises
TypeError – If the protocol type is invalid.
ILCreationError – If the monitor cannot be created.