IOS Streaming Browser 1.0
An IOS streaming browser to stream the display to others or to a projector

GCDAsyncSpecialPacket Class Reference

Public Member Functions

(id) - initWithTLSSettings:

Data Fields

NSDictionary * tlsSettings

Detailed Description

The GCDAsyncSpecialPacket encompasses special instructions for interruptions in the read/write queues. This class my be altered to support more than just TLS (Transport Layer Security) in the future.

Definition at line 1399 of file GCDAsyncSocket.m.


Member Function Documentation

- (id) initWithTLSSettings: (NSDictionary *)  settings

Initialize the GCDAsyncSpecial packet with settings returns self

param NSDictionary returns self

Initialize the GCDAsyncSpecial packet with settings

param NSDictionary returns self

Definition at line 1429 of file GCDAsyncSocket.m.

                         :(NSDictionary *)settings
{
        if((self = [super init]))
        {
                tlsSettings = [settings copy];
        }
        return self;
}

Field Documentation

- (NSDictionary*) tlsSettings

Transport Layer Security settings

Definition at line 1406 of file GCDAsyncSocket.m.


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