Network Router

Parent

Properties

isAddrWhitelist : Bool

True if the address filter list is used as whitelist.

Details
Flags RuntimeSync RuntimeParallel

Display Name

Is Address Whitelist

isWhitelist : Bool

Details
Flags RuntimeSync RuntimeParallel

Display Name

isWhitelist

Functions

addPortList (port : Int)

Adds a given port to the port filter list.

Details

Flags

RuntimeSync RuntimeParallel MemberFunc

Display Name

Add Port to List

Parameters
Name Type Description

Port 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

Return Values
Name Type Description

Addresses 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

Return Values
Name Type Description

Ports 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

Parameters
Name Type Description

Address addr

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

Parameters
Name Type Description

Port 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

Return Values
Name Type Description

Addresses addresses

Array<String>

The address array you want to override the filter list with.

setPortList () → ports : Array<Int>

Overrides the port filter list with the given array.

Details

Flags

RuntimeSync RuntimeParallel MemberFunc

Display Name

Set Port List

Return Values
Name Type Description

Ports ports

Array<Int>

The port array you want to override the filter list with.

addAddrList (addr : String)

Details

Flags

RuntimeSync RuntimeParallel MemberFunc

Display Name

addAddrList

Parameters
Name Type Description

addr addr

String