2016-12-19 16:56:52 +01:00
|
|
|
## Constructor: dcOption
|
|
|
|
|
|
|
|
### Attributes:
|
|
|
|
|
|
|
|
| Name | Type | Required |
|
|
|
|
|----------|:-------------:|---------:|
|
|
|
|
|ipv6|[Bool](../types/Bool.md) | Optional|
|
|
|
|
|media\_only|[Bool](../types/Bool.md) | Optional|
|
|
|
|
|tcpo\_only|[Bool](../types/Bool.md) | Optional|
|
|
|
|
|id|[int](../types/int.md) | Required|
|
|
|
|
|ip\_address|[string](../types/string.md) | Required|
|
|
|
|
|port|[int](../types/int.md) | Required|
|
2016-12-19 18:35:27 +01:00
|
|
|
### Type:
|
2016-12-19 16:56:52 +01:00
|
|
|
|
2016-12-19 18:35:27 +01:00
|
|
|
[DcOption](../types/DcOption.md)
|
2016-12-19 16:56:52 +01:00
|
|
|
### Example:
|
|
|
|
|
|
|
|
```
|
2016-12-19 17:48:27 +01:00
|
|
|
$dcOption = ['_' => dcOption', 'ipv6' => true, 'media_only' => true, 'tcpo_only' => true, 'id' => int, 'ip_address' => string, 'port' => int, ];
|
2016-12-19 16:56:52 +01:00
|
|
|
```
|