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

SIP header fields structure. More...

#import <ZDKHeaderField.h>

Inheritance diagram for <ZDKHeaderField>:
<ZDKZHandle>

Instance Methods

(NSString *) - handlesDescription
 
- Instance Methods inherited from <ZDKZHandle>
(long int) - handle
 
(void) - initialize
 
(void) - releaseReference
 
(NSString *) - handlesDescription
 

Properties

NSString * name
 The Name of the SIP header field. More...
 
NSArray *_Nullable values
 List of header field values. More...
 
ZDKSipMethodTypes method
 The SIP Method this header is allowed to be put at/comming from. More...
 

Detailed Description

SIP header fields structure.

An ZDKHeaderField object is created via zdkAccountProvider::CreateSIPHeaderField()

See also
onAccountSipHeaderField(), onCallSipHeaderFields(), zdkAccountProvider::CreateSIPHeaderField()

Method Documentation

◆ handlesDescription

- (NSString *) handlesDescription

Reimplemented from <ZDKZHandle>.

Property Documentation

◆ method

- (ZDKSipMethodTypes) method
readnonatomicassign

The SIP Method this header is allowed to be put at/comming from.

Returns
The SIP Method this header is associeted with
See also
SipMethodTypes

◆ name

- (NSString*) name
readnonatomicassign

The Name of the SIP header field.

Returns
The Name of the SIP header field

◆ values

- (NSArray* _Nullable) values
readnonatomicassign

List of header field values.

Returns
List of header field values

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