enum KNX::ConnectionError

Defined in:

knx/connection/error_status.cr

Enum Members

NoError = 0_u8

The connection state is normal.

HostProtocolIssue = 1_u8

requested host protocol is not supported

VersionNotSupported = 2_u8

requested protocol version is not supported

SequenceNumber = 3_u8

received sequence number is out of order.

ConnectionID = 33_u8

cannot find an active data connection with the specified ID.

ConnectionType = 34_u8

The requested connection type is not supported

ConnectionOption = 35_u8

One or more requested connection options are not supported

NoMoreConnections = 36_u8

maximum amount of concurrent connections is already occupied.

NoMoreUniqueConnections = 37_u8

Individual Address is used multiple times

DataConnection = 38_u8

error concerning the data connection with the specified ID.

SubnetworkIssue = 39_u8

error concerning the KNX subnetwork connection with the specified ID.

TunnellingLayer = 41_u8

requested tunnelling layer is not supported

Instance Method Summary

Instance Method Detail

def connection_id? #

[View source]
def connection_option? #

[View source]
def connection_type? #

[View source]
def data_connection? #

[View source]
def host_protocol_issue? #

[View source]
def no_error? #

[View source]
def no_more_connections? #

[View source]
def no_more_unique_connections? #

[View source]
def sequence_number? #

[View source]
def subnetwork_issue? #

[View source]
def tunnelling_layer? #

[View source]
def version_not_supported? #

[View source]