RobotKit API
|
#import <RKDeviceAsyncData.h>
Base class for asynchronous messages that are sent with command. Most asynchronous messages have a command that has to be sent to enable them. There are a few message that are not commanded like a sleep notification message. Client code can register as observers for asynchronous using [RKDeviceMessenger addDataStreamingObserver: selector:].