DevicesController class

DevicesController is a class that is used to define the routes for an API that would allow a client to get device data from the server in cases that the client and server are on separate networks. multicastProbe is a reference to the multicast probe that is used to discover devices.

Constructors

DevicesController()
Initialize the controller by probing for devices.

Properties

handler → Handler
no setter
hashCode int
The hash code for this object.
no setterinherited
multicastProbe MulticastProbe
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited