objc
include
Application
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
GPIOTypes.h
GPIO input types for handling GPIO events.
GPIODelegate-p
A protocol that defines the methods for a GPIO delegate.
Definition:
GPIODelegate+Protocol.h:17
GPIOEvent
GPIOEvent
GPIO input types for handling GPIO events.
Definition:
GPIOTypes.h:15