UpnpPortForwardDaemon class

Constructors

UpnpPortForwardDaemon(String description, dynamic callback(Protocol, int, bool))

Properties

callback ↔ dynamic Function(Protocol, int, bool)
latefinal
description String
getter/setter pair
duration int
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
ip String?
getter/setter pair
map List<Map<int, bool>>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
soap Soap?
getter/setter pair

Methods

bind() Future<bool>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
run() Future<void>
tcp(int port) → void
toString() String
A string representation of this object.
inherited
udp(int port) → void
upnpFalse() → void

Operators

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