credentialDataInput.presentValue

<< Click to Display Table of Contents >>

 

credentialDataInput.presentValue

According to the BACnet protocol documentation:

Indicates the current value of the object.

Property presentValue of object credentialDataInput can be read and written using a block tag with 3 elements.

Text Parameters

Property

Value

ParamDevice

<deviceAddress>

ParamItem

credentialDataInput-<objectAddress>.presentValue

Size

3 elements

Numeric Parameters

Property

Value

B1:

<deviceAddress>

B2:

<type> = 37

B3:

<objectAddress>

B4:

<property> = 85

Size:

3 elements

Block Elements

Index

Name

Type

0

FormatType

An integer representing one of the options of enumeration <BACnetAuthenticationFactorType>.

1

FormatClass

A 32-bit unsigned integer.

2

Value

A string value representing a sequence of octets, where each octet is represented by a pair of hexadecimal characters (ex: '0F121A').

Was this page useful?