IEC_BACNET_TIME_VALUE (STRUCT)

TYPE IEC_BACNET_TIME_VALUE : STRUCT

Definition of the BACnetTimeValue structure

A Time Value contains a Time and a Property Value. This data type is used in the Daily Schedule and Special Event Properties of a Schedule object. A Property Contents containing data of this type will have its tag equal to DATA_TYPE_TIME_VALUE.

InOut:

Name

Type

Comment

tim

IEC_BACNET_TIME

The time portion of each BACnetTimeValue shall contain a specific time.

value

IEC_BACNET_PROPERTY_CONTENTS

The value buffer associated with the time portion.