Preparing search index...
The search index is not available
@companion-module/base
@companion-module/base
UDPHelperOptions
Interface UDPHelperOptions
interface
UDPHelperOptions
{
bind_ip
?:
string
;
bind_port
?:
number
;
broadcast
?:
boolean
;
multicast_interface
?:
string
;
multicast_ttl
?:
number
;
ttl
?:
number
;
}
Index
Properties
bind_
ip?
bind_
port?
broadcast?
multicast_
interface?
multicast_
ttl?
ttl?
Properties
Optional
bind_
ip
bind_
ip
?:
string
default: 0.0.0.0
Optional
bind_
port
bind_
port
?:
number
default: 0
Optional
broadcast
broadcast
?:
boolean
default false
Optional
multicast_
interface
multicast_
interface
?:
string
default undefined
Optional
multicast_
ttl
multicast_
ttl
?:
number
default 1
Optional
ttl
ttl
?:
number
default 64
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
bind_
ip
bind_
port
broadcast
multicast_
interface
multicast_
ttl
ttl
@companion-module/base
Loading...
default: 0.0.0.0