enum BACnet::UnconfirmedService

Overview

UnconfirmedRequest messages (NPDU description page 8)

Defined in:

bacnet.cr

Enum Members

IAm = 0
IHave = 1
CovNotification = 2
EventNotification = 3
PrivateTransfer = 4
TextMessage = 5
TimeSync = 6
WhoHas = 7
WhoIs = 8
TimeSyncUTC = 9
WriteGroup = 10
CovNotificationMultiple = 11

Instance Method Summary

Instance Method Detail

def cov_notification? #

[View source]
def cov_notification_multiple? #

[View source]
def event_notification? #

[View source]
def i_am? #

[View source]
def i_have? #

[View source]
def private_transfer? #

[View source]
def text_message? #

[View source]
def time_sync? #

[View source]
def time_sync_utc? #

[View source]
def who_has? #

[View source]
def who_is? #

[View source]
def write_group? #

[View source]