zdk.objc
Instance Methods | Properties | List of all members
<ZDKIAXConfig> Protocol Reference

IAX specific account configuration. More...

#import <ZDKIAXConfig.h>

Inheritance diagram for <ZDKIAXConfig>:
<ZDKZHandle>

Instance Methods

(BOOL) - isEqual:
 Compares the current configuration with the given one. More...
 
(NSString *) - handlesDescription
 
- Instance Methods inherited from <ZDKZHandle>
(long int) - handle
 
(void) - initialize
 
(void) - releaseReference
 
(NSString *) - handlesDescription
 

Properties

NSString * host
 Configures the server/host address to be used. More...
 
NSString * context
 Configures the context to be used. More...
 
NSString *_Nullable callerID
 Configures the caller ID used for identification. More...
 
NSString *_Nullable callerNumber
 Configures the caller number used for identification. More...
 

Detailed Description

IAX specific account configuration.

Method Documentation

◆ handlesDescription

- (NSString *) handlesDescription

Reimplemented from <ZDKZHandle>.

◆ isEqual:

- (BOOL) isEqual: (id< ZDKIAXConfig >)  comp

Compares the current configuration with the given one.

Parameters
[in]compIAX configuration to be compared
Returns
  • 0 - not equal
  • 1 - equal

Property Documentation

◆ callerID

- (NSString* _Nullable) callerID
readwritenonatomicassign

Configures the caller ID used for identification.

Parameters
[in]valueThe caller ID to be used

◆ callerNumber

- (NSString* _Nullable) callerNumber
readwritenonatomicassign

Configures the caller number used for identification.

Parameters
[in]valueThe caller number to be used

◆ context

- (NSString*) context
readwritenonatomicassign

Configures the context to be used.

Parameters
[in]valueThe context

◆ host

- (NSString*) host
readwritenonatomicassign

Configures the server/host address to be used.

Parameters
[in]valueThe server/host address

The documentation for this protocol was generated from the following file: