Network Router
Parent |
Functions
addPortList (port : Int)
Adds a given port to the port filter list.
Details
Flags |
RuntimeSync RuntimeParallel MemberFunc |
Display Name |
Add Port to List |
| Name | Type | Description |
|---|---|---|
Port |
Int |
The port you want to add to the list. |
getAddrList () → addresses : Array<String>
Allows to get all the addresses of the address filter list as array.
Details
Flags |
RuntimeSync RuntimeParallel MemberFunc |
Display Name |
Get Address List |
| Name | Type | Description |
|---|---|---|
Addresses |
Array<String> |
The address array of the filter list. |
getPortList () → ports : Array<Int>
Allows to get all the ports of the port filter list as array.
Details
Flags |
RuntimeSync RuntimeParallel MemberFunc |
Display Name |
Get Port List |
| Name | Type | Description |
|---|---|---|
Ports |
Array<Int> |
The port array of the filter list. |
removeAddrList (addr : String)
Removes the given address from the address filter list.
Details
Flags |
RuntimeSync RuntimeParallel MemberFunc |
Display Name |
Remove Address from List |
| Name | Type | Description |
|---|---|---|
Address |
String |
The address you want to remove from the list. |
removePortList (port : Int)
Removes the given port from the port filter list.
Details
Flags |
RuntimeSync RuntimeParallel MemberFunc |
Display Name |
Remove Port from List |
| Name | Type | Description |
|---|---|---|
Port |
Int |
The port you want to remove from the list. |
setAddrList () → addresses : Array<String>
Overrides the address filter list with the given array.
Details
Flags |
RuntimeSync RuntimeParallel MemberFunc |
Display Name |
Set Address List |
| Name | Type | Description |
|---|---|---|
Addresses |
Array<String> |
The address array you want to override the filter list with. |