pjsua_acc_info class final
Account info. Application can query account info by calling #pjsua_acc_get_info().
- Inheritance
- Implemented types
- Available extensions
Constructors
Properties
- acc_uri ↔ pj_str_t
-
Account URI
getter/setter pair
-
address
→ Pointer<
T> -
Available on T, provided by the StructAddress extension
The memory address of the underlying data.no setter -
buf_
↔ Array<
Char> -
Buffer that is used internally to store the status text.
getter/setter pair
- expires ↔ int
-
An up to date expiration interval for account registration session,
PJSIP_EXPIRES_NOT_SPECIFIED if the account doesn't have reg session.
getter/setter pair
- has_registration ↔ int
-
Flag to tell whether this account has registration setting
(reg_uri is not empty).
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ int
-
The account ID.
getter/setter pair
- is_default ↔ int
-
Flag to indicate whether this is the default account.
getter/setter pair
- online_status ↔ int
-
Presence online status for this account.
getter/setter pair
- online_status_text ↔ pj_str_t
-
Presence online status text.
getter/setter pair
- reg_last_err ↔ int
-
Last registration error code. When the status field contains a SIP
status code that indicates a registration failure, last registration
error code contains the error code that causes the failure. In any
other case, its value is zero.
getter/setter pair
- rpid ↔ pjrpid_element
-
Extended RPID online status information.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status ↔ int
-
Last registration status code. If status code is zero, the account
is currently not registered. Any other value indicates the SIP
status code of the registration.
getter/setter pair
- status_text ↔ pj_str_t
-
String describing the registration status.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited