accessCredential.belongsTo

<< Click to Display Table of Contents >>

 

accessCredential.belongsTo

According to the BACnet protocol documentation:

References an Access User object that represents the owning access user (i.e. person, group, or asset).

Property belongsTo of object accessCredential can be read and written using a block tag with 2 elements.

Text Parameters

Property

Value

ParamDevice

<deviceAddress>

ParamItem

accessCredential-<objectAddress>.belongsTo

Size

2 elements

Numeric Parameters

Property

Value

B1:

<deviceAddress>

B2:

<type> = 32

B3:

<objectAddress>

B4:

<property> = 262

Size:

2 elements

Block Elements

Index

Name

Type

0

DeviceIdentifier

A string value containing a BACnet Object Identifier in the syntax '<Type>-<Address>' (ex: 'analogOutput-345').

OBS: this is an optional element, a <null> value indicates the element is not present.

1

ObjectIdentifier

A string value containing a BACnet Object Identifier in the syntax '<Type>-<Address>' (ex: 'analogOutput-345').

Was this page useful?