KnxException
public enum KnxException: Error
Enumeration of the exceptions that can be raised from the classes in the framework.
-
A connection to the KNX router could not be initiated
Declaration
Swift
case unableToConnectToRouter
-
Unknown value used for DPT.
Declaration
Swift
case unknownTelegramType
-
Not possible to decode telegram according to specified DPT.
Declaration
Swift
case illformedTelegramForType
KnxException Enum Reference