enum KNX::ConnectionError
Defined in:
knx/connection/error_status.crEnum 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
- #connection_id?
- #connection_option?
- #connection_type?
- #data_connection?
- #host_protocol_issue?
- #no_error?
- #no_more_connections?
- #no_more_unique_connections?
- #sequence_number?
- #subnetwork_issue?
- #tunnelling_layer?
- #version_not_supported?