SIP Endpoint SDK for OS X
 All Classes Functions Properties
GSInternalConnectionEvent Class Reference

List of all members.

Properties

GSAction action
GSConnectionState connectivity
int sipCode
int connectionId
long appConnectionId
NSString * reason
int mailboxId
NSString * messagesWaiting
NSString * messageAccount
NSString * voiceMessage

Detailed Description

Definition at line 12 of file InternalEvents.h.


Property Documentation

- (GSAction) action
readwritenonatomicassign

This property is used to store connection registration action

See also:
GSAction

Definition at line 14 of file InternalEvents.h.

- (long) appConnectionId
readwritenonatomicassign

This property is used to store connection config ID

Definition at line 18 of file InternalEvents.h.

- (int) connectionId
readwritenonatomicassign

This property is used to store connection registration ID

by Provider in gs_register_connection

Definition at line 17 of file InternalEvents.h.

- (GSConnectionState) connectivity
readwritenonatomicassign

This property is used to store connection registration state

== 200 Standalone => SIP port opened, no registration == 200 Registered => SIP registered successfully != 200 Registering => register failed, still trying != 200 Failed => SIP registration failed, no more attempts to retry are scheduled

See also:
GSConnectionState

Definition at line 15 of file InternalEvents.h.

- (int) mailboxId
readwritenonatomicassign

This property is used to store mailbox subscription ID

Definition at line 21 of file InternalEvents.h.

- (NSString *) messageAccount
readwritenonatomicretain

This property is used to store content of Message-Account

property is applicable only to mailbox-related events , GSActionUnsubscribe, GSActionMwi_update

Definition at line 23 of file InternalEvents.h.

- (NSString *) messagesWaiting
readwritenonatomicretain

This property is used to store content of Message-Waiting

property is applicable only to mailbox-related events , GSActionUnsubscribe, GSActionMwi_update

Definition at line 22 of file InternalEvents.h.

- (NSString *) reason
readwritenonatomicretain

This property is used to store registration response reason

by app via struct gs_connection_info

Definition at line 19 of file InternalEvents.h.

- (int) sipCode
readwritenonatomicassign

This property is used to store registration response SIP code

Definition at line 16 of file InternalEvents.h.

- (NSString *) voiceMessage
readwritenonatomicretain

This property is used to store content of Voice-Messages summary, e.g. "1/3 (0/1)"

property is applicable only to mailbox-related events , GSActionUnsubscribe, GSActionMwi_update

Definition at line 24 of file InternalEvents.h.


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