@bacnet-js/client
Preparing search index...
ReadRangePayload
Interface ReadRangePayload
interface
ReadRangePayload
{
count
:
number
;
header
?:
BACnetMessageHeader
;
objectId
:
BACNetObjectID
;
position
:
number
;
propertyId
:
PropertyIdentifier
;
values
:
BACNetAppData
<
ApplicationTag
,
any
>
[]
;
}
Hierarchy (
View Summary
)
BasicServicePayload
ReadRangePayload
Index
Properties
count
header?
object
Id
position
property
Id
values
Properties
count
count
:
number
Optional
header
header
?:
BACnetMessageHeader
object
Id
objectId
:
BACNetObjectID
position
position
:
number
property
Id
propertyId
:
PropertyIdentifier
values
values
:
BACNetAppData
<
ApplicationTag
,
any
>
[]
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
count
header
object
Id
position
property
Id
values
@bacnet-js/client
Loading...