Sip Endpoint SDK for Apple OS
 All Classes Functions Properties
GSConnectionNotificationDelegate.h
1 //
2 // GSConnectionNotificationDelegate.h
3 // SipEndpoint
4 //
5 // Created by Vlad Baranovsky on 6/26/11.
6 // Copyright 2011 Genesys Labs. All rights reserved.
7 //
8 
9 #import <Foundation/Foundation.h>
10 
14 const static NSString* responseReasonKeyName = @"responseReason";
15 
19 const static NSString* responseCodeKeyName = @"responseCode";
20 
25 @required
32 - (void) connection:(id<GSConnection>)connection stateDidChangeWithInfo:(NSDictionary *)info;
33 
34 @end