SIP header fields structure.
More...
#import <ZDKHeaderField.h>
|
| (NSString *) | - handlesDescription |
| |
Instance Methods inherited from <ZDKZHandle> |
|
(long int) | - handle |
| |
|
(void) | - initialize |
| |
|
(void) | - releaseReference |
| |
|
(NSString *) | - handlesDescription |
| |
|
| 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...
|
| |
SIP header fields structure.
An ZDKHeaderField object is created via zdkAccountProvider::CreateSIPHeaderField()
- See also
- onAccountSipHeaderField(), onCallSipHeaderFields(), zdkAccountProvider::CreateSIPHeaderField()
◆ handlesDescription
| - (NSString *) handlesDescription |
|
|
|
◆ 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
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: