Enum nut_client::blocking::Connection  [−][src]
pub enum Connection {
    Tcp(TcpConnection),
}Expand description
A blocking NUT client connection.
Variants
A TCP connection.
Tuple Fields of Tcp
Implementations
Queries a list of client IP addresses connected to the given device.
Queries the list of variables for a UPS device.