Search
Preparing search index...
The search index is not available
knx-ip
Options
All
Public
Public/Protected
All
Inherited
Only exported
Menu
Globals
"DataPoints/DataPointInterface"
IDataPoint
Interface IDataPoint
Hierarchy
IDataPoint
Index
Properties
bind
id
read
type
value
write
Properties
bind
bind
:
(
knxTunnelSocket
:
KNXTunnelSocket
)
=>
void
Type declaration
(
knxTunnelSocket
:
KNXTunnelSocket
)
:
void
Parameters
knxTunnelSocket:
KNXTunnelSocket
Returns
void
id
id
:
string
read
read
:
(
)
=>
Promise
<
any
>
Type declaration
(
)
:
Promise
<
any
>
Returns
Promise
<
any
>
type
type
:
DataPointType
value
value
:
any
write
write
:
(
val
:
string
|
number
|
DPT10Value
|
DPT3Value
|
Date
|
DPT18Value
|
null
)
=>
Promise
<
void
>
Type declaration
(
val
:
string
|
number
|
DPT10Value
|
DPT3Value
|
Date
|
DPT18Value
|
null
)
:
Promise
<
void
>
Parameters
val:
string
|
number
|
DPT10Value
|
DPT3Value
|
Date
|
DPT18Value
|
null
Returns
Promise
<
void
>
Globals
"
Data
Points/
Data
Point
Interface"
IData
Point
bind
id
read
type
value
write
Generated using
TypeDoc