E_BACNETSERVICESSUPPORTEDBITS
Bit-Belegung der Protocol-Services-Supported-Flags (Property Protocol_Services_Supported).
TYPE E_BACNETSERVICESSUPPORTEDBITS :
(
BACnetServicesSupportedBits_AcknowledgeAlarm := 0,
BACnetServicesSupportedBits_ConfirmedCOVNotification := 1,
BACnetServicesSupportedBits_ConfirmedEventNotification := 2,
BACnetServicesSupportedBits_GetAlarmSummary := 3,
BACnetServicesSupportedBits_GetEnrollmentSummary := 4,
BACnetServicesSupportedBits_SubscribeCOV := 5,
BACnetServicesSupportedBits_AtomicReadFile := 6,
BACnetServicesSupportedBits_AtomicWriteFile := 7,
BACnetServicesSupportedBits_AddListElement := 8,
BACnetServicesSupportedBits_RemoveListElement := 9,
BACnetServicesSupportedBits_CreateObject := 10,
BACnetServicesSupportedBits_DeleteObject := 11,
BACnetServicesSupportedBits_ReadProperty := 12,
BACnetServicesSupportedBits_ReadPropertyConditional := 13,
BACnetServicesSupportedBits_ReadPropertyMultiple := 14,
BACnetServicesSupportedBits_WriteProperty := 15,
BACnetServicesSupportedBits_WritePropertyMultiple := 16,
BACnetServicesSupportedBits_DeviceCommunicationControl := 17,
BACnetServicesSupportedBits_ConfirmedPrivateTransfer := 18,
BACnetServicesSupportedBits_ConfirmedTextMessage := 19,
BACnetServicesSupportedBits_ReinitializeDevice := 20,
BACnetServicesSupportedBits_VtOpen := 21,
BACnetServicesSupportedBits_VtClose := 22,
BACnetServicesSupportedBits_VtData := 23,
BACnetServicesSupportedBits_Authenticate := 24,
BACnetServicesSupportedBits_RequestKey := 25,
BACnetServicesSupportedBits_IAm := 26,
BACnetServicesSupportedBits_IHave := 27,
BACnetServicesSupportedBits_UnconfirmedCOVNotification := 28,
BACnetServicesSupportedBits_UnconfirmedEventNotification := 29,
BACnetServicesSupportedBits_UnconfirmedPrivateTransfer := 30,
BACnetServicesSupportedBits_UnconfirmedTextMessage := 31,
BACnetServicesSupportedBits_TimeSynchronization := 32,
BACnetServicesSupportedBits_WhoHas := 33,
BACnetServicesSupportedBits_WhoIs := 34,
BACnetServicesSupportedBits_ReadRange := 35,
BACnetServicesSupportedBits_UtcTimeSynchronization := 36,
BACnetServicesSupportedBits_LifeSafetyOperation := 37,
BACnetServicesSupportedBits_SubscribeCOVProperty := 38,
BACnetServicesSupportedBits_GetEventInformation := 39
)
END_TYPE