Type: IpAddress
Jump to navigation
Jump to search
The RemoteAddress/IP type represents the IP address and port that should be used to communicate with a remote device or devices. The address can be either a unicast address or a broadcast address.
Constructors
| Arguments | |
|---|---|
IP(address)
|
String address - The IP address of a device in the standard IPv4 or IPv6 notation. Optionally, a port number can be appended using a : followed by the port number (e.g. 10.71.1.31:1234)
|
IP(address, port)
|
String address - The IP address of a device in the standard IPv4 or IPv6 notation.
Number |
Parameters
| Type | Details | |
|---|---|---|
address
|
String | The IP address of the device this object represents. |
port
|
Number | The port to be used to communicate with the device at address.
|
Functions
| Arguments | Returns | Details | |
|---|---|---|---|
equals(ip)
|
RemoteAddress/IP ip - A RemoteAddress/IP against which to compare equality.
|
Boolean | Compares two RemoteAddress/IPs to determine if they represent the same remote device and port. |
| Types | |
|---|---|
| Primitives | Boolean · Number · String |
| Objects | Color · Dimension · DmxMultiverse · DmxUniverse · LocalInterface · Material · Point · RemoteAddress/IP · Scene · Time · Touch |
| Node Specific | NdiSource · WoControlCue · WoHitTestResult · WoTimeline |
| Collections | List · List of Lists · Map · Varargs |
| Special | Any · Consumer · Expression · Null · Void |