nat-opener ~master (2016-06-28T16:17:41Z)
Dub
Repo
Router
natop
network
Undocumented in source.
interface
Router {
string
id
[@property getter];
bool
hasDevice
[@property getter];
void
discover
();
void
deleteMapping
(ushort external_port, bool is_tcp);
void
createMapping
(ushort local_port, ushort external_port, bool is_tcp);
}
Members
Functions
createMapping
void
createMapping
(ushort local_port, ushort external_port, bool is_tcp)
Undocumented in source.
deleteMapping
void
deleteMapping
(ushort external_port, bool is_tcp)
Undocumented in source.
discover
void
discover
()
Undocumented in source.
Properties
hasDevice
bool
hasDevice
[@property getter]
Undocumented in source.
id
string
id
[@property getter]
Undocumented in source.
Meta
Source
See Implementation
natop
network
functions
getDeviceListing
parseRoute
readNetLink
validate
interfaces
Router
manifest constants
LOG
structs
IPRoute