enum

KNX::ObjectServer::Error

Inherits Enum < Comparable < Value < Object

Constants

NoError = 0_u8
DeviceInternalError = 1_u8
NoItemFound = 2_u8
BufferIsTooSmall = 3_u8
ItemNotWriteable = 4_u8
ServiceNotSupported = 5_u8
BadServiceParam = 6_u8
WrongDatapointId = 7_u8
BadDatapointCommand = 8_u8
BadDatapointLength = 9_u8
MessageInconsistent = 10_u8
ObjectServerBusy = 11_u8

Instance methods

bad_datapoint_command?

Returns true if this enum value equals BadDatapointCommand

Source
bad_datapoint_length?

Returns true if this enum value equals BadDatapointLength

Source
bad_service_param?

Returns true if this enum value equals BadServiceParam

Source
buffer_is_too_small?

Returns true if this enum value equals BufferIsTooSmall

Source
device_internal_error?

Returns true if this enum value equals DeviceInternalError

Source
item_not_writeable?

Returns true if this enum value equals ItemNotWriteable

Source
message_inconsistent?

Returns true if this enum value equals MessageInconsistent

Source
no_error?

Returns true if this enum value equals NoError

Source
no_item_found?

Returns true if this enum value equals NoItemFound

Source
object_server_busy?

Returns true if this enum value equals ObjectServerBusy

Source
service_not_supported?

Returns true if this enum value equals ServiceNotSupported

Source
wrong_datapoint_id?

Returns true if this enum value equals WrongDatapointId

Source