KnxTelegramResponseHandlerDelegate
public protocol KnxTelegramResponseHandlerDelegate
Delegate protocol for KnxDimmerControl delegates.
-
Handler for received telegrams.
Declaration
Swift
func subscriptionResponse(sender: AnyObject?, telegram: KnxTelegram)Parameters
senderThe interface the telegram were received on.
telegramThe received telegran.
KnxTelegramResponseHandlerDelegate Protocol Reference