title |
description |
ipPort |
ipPort attributes, type and example |
Constructor: ipPort
Back to constructors index
Attributes:
Name |
Type |
Required |
ipv4 |
int |
Yes |
port |
int |
Yes |
Example:
$ipPort = ['_' => 'ipPort', 'ipv4' => int, 'port' => int, ];
Or, if you're into Lua:
ipPort={_='ipPort', ipv4=int, port=int, }