Search
Preparing search index...
The search index is not available
knx-ip
Options
All
Public
Public/Protected
All
Inherited
Only exported
Menu
Globals
"DataPoints/Binary"
Binary
Class Binary
Hierarchy
DataPoint
Binary
Index
Constructors
constructor
Properties
_actions
_ga
_knx
Tunnel
Socket
_type
_value
Accessors
id
type
value
UNKOWN_
VALUE
Methods
bind
read
write
Constructors
constructor
new
Binary
(
ga
:
KNXAddress
)
:
Binary
Parameters
ga:
KNXAddress
Returns
Binary
Properties
Protected
_actions
_actions
:
DPTActions
Protected
_ga
_ga
:
KNXAddress
Protected
_knx
Tunnel
Socket
_knx
Tunnel
Socket
:
KNXTunnelSocket
Protected
_type
_type
:
DataPointType
|
null
Protected
_value
_value
:
any
Accessors
id
get
id
(
)
:
string
Returns
string
type
get
type
(
)
:
DataPointType
|
null
Returns
DataPointType
|
null
value
get
value
(
)
:
any
Returns
any
Static
UNKOWN_
VALUE
get
UNKOWN_VALUE
(
)
:
string
Returns
string
Methods
bind
bind
(
knxTunnelSocket
:
KNXTunnelSocket
)
:
void
Parameters
knxTunnelSocket:
KNXTunnelSocket
Returns
void
read
read
(
)
:
Promise
<
any
>
Returns
Promise
<
any
>
write
write
(
val
?:
string
|
number
|
DPT10Value
|
DPT3Value
|
Date
|
DPT18Value
|
KNXDataBuffer
|
null
)
:
Promise
<
void
>
Set datapoint value - only for writeable datapoint
Parameters
Default value
val:
string
|
number
|
DPT10Value
|
DPT3Value
|
Date
|
DPT18Value
|
KNXDataBuffer
|
null
= null
Returns
Promise
<
void
>
Globals
"
Data
Points/
Binary"
Binary
constructor
_actions
_ga
_knx
Tunnel
Socket
_type
_value
id
type
value
UNKOWN_
VALUE
bind
read
write
Generated using
TypeDoc
Set datapoint value - only for writeable datapoint