objc

GPIODelegate+Protocol.h
Go to the documentation of this file.
1 
8 #pragma once
9 #include "GPIOTypes.h"
10 
17 @protocol GPIODelegate
18 
19 @required
20 
31 - (void)gpio:(id)sender changed:(GPIOEvent)event;
32 
33 @end
GPIO input types for handling GPIO events.
A protocol that defines the methods for a GPIO delegate.
GPIOEvent
GPIO input types for handling GPIO events.
Definition: GPIOTypes.h:15