RemoteControlManager.h

Includes:
<Foundation/Foundation.h>
<CoreGraphics/CoreGraphics.h>

Introduction

Use the links in the table of contents to the left to access the documentation.



Classes

RemoteChatMessage
RemoteControlManager


Constants

kRemoteSessionChatMessageReceived
kRemoteSessionStateChanged
kRemoteSessionStatusBroken
kRemoteSessionStatusStarted
kRemoteSessionStatusStopped

kRemoteSessionChatMessageReceived


extern NSString * const kRemoteSessionChatMessageReceived;  
Discussion

Predefined NSString* type denoting the a remote session chat message has been received.

Availability
v11

kRemoteSessionStateChanged


extern NSString * const kRemoteSessionStateChanged;  
Discussion

Predefined NSString* type denoting the state of the remote session has been changed.

Availability
v11

kRemoteSessionStatusBroken


Discussion

Predefined RemoteSessionStatus type denoting remote session is broken.

Availability
v11

kRemoteSessionStatusStarted


Discussion

Predefined RemoteSessionStatus type denoting remote session is started.

Availability
v11

kRemoteSessionStatusStopped


Discussion

Predefined RemoteSessionStatus type denoting remote session is stopped.

Availability
v11

Typedefs

RemoteSessionStatus

RemoteSessionStatus


typedef NSString* RemoteSessionStatus;  
Discussion

Type used to represent the remote session connection status as a result of connecting or disconnecting.

Availability
v11