ObjectiveC SDK  2.0
CallStatusResponse.h
Go to the documentation of this file.
00001 //
00002 //  CallStatusResponse.h
00003 //  voiceCall
00004 
00005 /*
00006  * This file is part of the Telekom Objective C SDK
00007  * Copyright 2011 Deutsche Telekom AG
00008  *
00009  * Licensed under the Apache License, Version 2.0 (the "License");
00010  * you may not use this file except in compliance with the License.
00011  * You may obtain a copy of the License at
00012  *
00013  *     http://www.apache.org/licenses/LICENSE-2.0
00014  *
00015  * Unless required by applicable law or agreed to in writing, software
00016  * distributed under the License is distributed on an "AS IS" BASIS,
00017  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
00018  * See the License for the specific language governing permissions and
00019  * limitations under the License.
00020  */
00021 
00023 
00027 #import "TelekomServiceResponse.h"
00028 
00029 @interface CallStatusResponse : TelekomServiceResponse
00030 
00031 @property (nonatomic, retain) NSString* myStateA;
00032 @property (nonatomic, retain) NSString* myStateB;
00033 @property (nonatomic, retain) NSString* myConnectionTimeA;
00034 @property (nonatomic, retain) NSString* myConnectionTimeB;
00035 @property (nonatomic, retain) NSString* myReasonA;
00036 @property (nonatomic, retain) NSString* myReasonB;
00037 @property (nonatomic, retain) NSString* myDescriptionA;
00038 @property (nonatomic, retain) NSString* myDescriptionB;
00039 @property (nonatomic, retain) NSString* myBe164;
00040 @property (nonatomic, retain) NSString* myBindex;
00041 
00042 
00090 - (CallStatusResponse*) initWith:(TelekomServiceStatusResponse*) newStatus withStateA:(NSString*) stateA withStateB:(NSString*) stateB withConnectionA:(NSString*) connectionA withConnectionB:(NSString*) connectionB withReasonA:(NSString*) reasonA withReasonB:(NSString*) reasonB withDescriptionA:(NSString*) descriptionA withDescriptionB:(NSString*) descriptionB withBe164:(NSString*) be164 withBindex:(NSString*) bindex;
00091 
00092 @end
 All Classes Files Functions Variables Properties