enum KNX::ConnectionError

Defined in:

knx/connection/error_status.cr

Enum Members

NoError = 0

The connection state is normal.

HostProtocolIssue = 1

requested host protocol is not supported

VersionNotSupported = 2

requested protocol version is not supported

SequenceNumber = 3

received sequence number is out of order.

ConnectionID = 33

cannot find an active data connection with the specified ID.

ConnectionType = 34

The requested connection type is not supported

ConnectionOption = 35

One or more requested connection options are not supported

NoMoreConnections = 36

maximum amount of concurrent connections is already occupied.

NoMoreUniqueConnections = 37

Individual Address is used multiple times

DataConnection = 38

error concerning the data connection with the specified ID.

SubnetworkIssue = 39

error concerning the KNX subnetwork connection with the specified ID.

TunnellingLayer = 41

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]