FreeRDP
RDPSession Class Reference

#import <RDPSession.h>

Inheritance diagram for RDPSession:
Collaboration diagram for RDPSession:

Instance Methods

(id) - initWithBookmark:
 
(void) - connect
 
(void) - disconnect
 
(void) - suspend
 
(void) - resume
 
(BOOL) - isSuspended
 
(void) - sendInputEvent:
 
(void) - setNeedsDisplayInRectAsValue:
 
(UIImage *) - getScreenshotWithSize:
 
(rdpSettings *) - getSessionParams
 
(NSString *) - sessionName
 

Properties

ConnectionParamsparams
 
ComputerBookmarkbookmark
 
id< RDPSessionDelegatedelegate
 
BOOL toolbarVisible
 
CGContextRef bitmapContext
 
NSCondition * uiRequestCompleted
 

Method Documentation

◆ connect

- (void) connect
Here is the call graph for this function:

◆ disconnect

- (void) disconnect

◆ getScreenshotWithSize:

- (UIImage *) getScreenshotWithSize: (CGSize)  size

◆ getSessionParams

- (rdpSettings *) getSessionParams

◆ initWithBookmark:

- (id) initWithBookmark: (ComputerBookmark *)  bookmark

◆ isSuspended

- (BOOL) isSuspended

◆ resume

- (void) resume

◆ sendInputEvent:

- (void) sendInputEvent: (NSDictionary *)  event

◆ sessionName

- (NSString *) sessionName

◆ setNeedsDisplayInRectAsValue:

- (void) setNeedsDisplayInRectAsValue: (NSValue *)  rect_value

◆ suspend

- (void) suspend

Property Documentation

◆ bitmapContext

- (CGContextRef) bitmapContext
readatomicassign

◆ bookmark

- (ComputerBookmark*) bookmark
readatomicassign

◆ delegate

- (id<RDPSessionDelegate>) delegate
readwriteatomicassign

◆ params

- (ConnectionParams*) params
readatomicassign

◆ toolbarVisible

- (BOOL) toolbarVisible
readwriteatomicassign

◆ uiRequestCompleted

- (NSCondition*) uiRequestCompleted
readatomicassign

The documentation for this class was generated from the following files: