RobotKit API
Static Public Member Functions
RKSetDataStreamingResponse Class Reference

Class that encapsulates the response from a set data streaming command. More...

#import <RKSetDataStreamingResponse.h>

Inheritance diagram for RKSetDataStreamingResponse:
RKDeviceResponse RKDeviceMessage

List of all members.

Static Public Member Functions

(NSUInteger) + packetFrames
(NSUInteger) + mask
(NSUInteger) + packetCount

Detailed Description

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.

See also:
RKSetDataStreamingCommand

Member Function Documentation

+ (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.


The documentation for this class was generated from the following file:
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties