Expand description

The IP Connection manages the communication between the API bindings and the Brick Daemon or a WIFI/Ethernet Extension.

Structs§

  • This error is raised if a disconnect request failed, because there was no connection to disconnect
  • Devices send EnumerateResponses when they are connected, disconnected or when an enumeration was triggered by the user using the Enumerate method.
  • The IP Connection manages the communication between the API bindings and the Brick Daemon or a WIFI/Ethernet Extension. Before Bricks and Bricklets can be controlled using their API an IP Connection has to be created and its TCP/IP connection has to be established.
  • The IP connection request sender is a cloneable object created by a IP connection. The sender can send requests to connected devices and can be shared across threads by cloning.

Enums§

Traits§