RobotKit API
|
Class that encapsulates the response from a set data streaming command. More...
#import <RKSetDataStreamingResponse.h>
Static Public Member Functions | |
(NSUInteger) | + packetFrames |
(NSUInteger) | + mask |
(NSUInteger) | + packetCount |
This is a simple response that can be used to see if an error was returned from a set data streaming command. As a convience this Class keeps track of the packetFrame, mask, and packCount sent in the last successful data streaming command.
+ (NSUInteger) mask |
Accessor to the mask sent in the last sent command.
+ (NSUInteger) packetCount |
Accessor the packet count sent in the last sent command.
+ (NSUInteger) packetFrames |
Accessor to the packet frames requested in the last sent command.