FieldsMethodsMember Objects1. Fields
business_address
| Function name |
Function signature |
| contact_info_business_address_get |
string contact_info_business_address_get (object:contact_info obj) |
|
This function returns the bussiness address of the user (account) who owns the contact info object
|
business_phone
| Function name |
Function signature |
| contact_info_business_phone_get |
string contact_info_business_phone_get (object:contact_info obj) |
|
This function returns the bussiness phone of the user (account) who owns the contact info object
|
business_email
| Function name |
Function signature |
| contact_info_business_email_get |
string contact_info_business_email_get (object:contact_info obj) |
|
This function returns the bussiness email of the user (account) who owns the contact info object
|
personal_email
| Function name |
Function signature |
| contact_info_personal_email_get |
string contact_info_personal_email_get (object:contact_info obj) |
|
This function returns the personal email of the user (account) who owns the contact info object
|
home_phone
| Function name |
Function signature |
| contact_info_home_phone_get |
string contact_info_home_phone_get (object:contact_info obj) |
|
This function returns the home phone of the user (account) who owns the contact info object
|
nick_name
| Function name |
Function signature |
| contact_info_nick_name_get |
string contact_info_nick_name_get (object:contact_info obj) |
|
This function returns the nick name of the user (account) who owns the contact info object
|
phone
| Function name |
Function signature |
| contact_info_phone_get |
string contact_info_phone_get (object:contact_info obj) |
|
This function returns the phone of the user (account) who owns the contact info object
|
first_name
| Function name |
Function signature |
| contact_info_first_name_get |
string contact_info_first_name_get (object:contact_info obj) |
|
This function returns the first name of the user (account) who owns the contact_info object
|
last_name
| Function name |
Function signature |
| contact_info_last_name_get |
string contact_info_last_name_get (object:contact_info obj) |
|
This function returns the last name of the user (account) who owns the contact info object
|
home_address
| Function name |
Function signature |
| contact_info_home_address_get |
string contact_info_home_address_get (object:contact_info obj) |
|
This function returns the home address of the user (account) who owns the contact info object
|
mobile_phone
| Function name |
Function signature |
| contact_info_mobile_phone_get |
string contact_info_mobile_phone_get (object:contact_info obj) |
|
This function returns the mobile phone of the user (account) who owns the contact info object
|
2. Methods
| Function name |
Function signature |
| contact_info_load |
object:contact_info contact_info_load (object:session session, object:context_list context) |
3. Member Objects
listeners
Functions that apply to member object:
| Function name |
Function signature |
| cli_listeners_get |
object:listeners cli_listeners_get (object:cli cli, object:session s) |
|
This function returns the listeners list of this service. Returns 0 on succes, -1 on failure
|