enum BACnet::ConfirmedService

Overview

ConfirmedRequest messages (NPDU description page 7)

Defined in:

bacnet.cr

Enum Members

AcknowledgeAlarm = 0

Alarm and Event Services

CovNotification = 1
EventNotification = 2
GetAlarmSummary = 3
GetEnrollmentSummary = 4
SubscribeCov = 5
AtomicReadFile = 6

File Access Services

AtomicWriteFile = 7
AddListElement = 8

Object Access Services

RemoveListElement = 9
CreateObject = 10
DeleteObject = 11
ReadProperty = 12
ReadPropertyConditional = 13
ReadPropertyMuliple = 14
WriteProperty = 15
WritePropertyMultiple = 16
DeviceCommunicationControl = 17

Remote Device Management

PrivateTransfer = 18
TextMessage = 19
ReinitializeDevice = 20
VtOpen = 21

Virtual Terminal

VtClose = 22
VtData = 23
Authenticate = 24

Security Services

RequestKey = 25
ReadRange = 26

Object Access Service

LifeSafteyOperation = 27

Alarm and Event Services

SubscribeCovProperty = 28
GetEvenInformation = 29
SubscribeCovPropertyMultiple = 30
ConfirmedCovNotificationMultiple = 31

Instance Method Summary

Instance Method Detail

def acknowledge_alarm? #

[View source]
def add_list_element? #

[View source]
def atomic_read_file? #

[View source]
def atomic_write_file? #

[View source]
def authenticate? #

[View source]
def confirmed_cov_notification_multiple? #

[View source]
def cov_notification? #

[View source]
def create_object? #

[View source]
def delete_object? #

[View source]
def device_communication_control? #

[View source]
def event_notification? #

[View source]
def get_alarm_summary? #

[View source]
def get_enrollment_summary? #

[View source]
def get_even_information? #

[View source]
def life_saftey_operation? #

[View source]
def private_transfer? #

[View source]
def read_property? #

[View source]
def read_property_conditional? #

[View source]
def read_property_muliple? #

[View source]
def read_range? #

[View source]
def reinitialize_device? #

[View source]
def remove_list_element? #

[View source]
def request_key? #

[View source]
def subscribe_cov? #

[View source]
def subscribe_cov_property? #

[View source]
def subscribe_cov_property_multiple? #

[View source]
def text_message? #

[View source]
def vt_close? #

[View source]
def vt_data? #

[View source]
def vt_open? #

[View source]
def write_property? #

[View source]
def write_property_multiple? #

[View source]