|
|
static String | linphone_pointer_to_string (IntPtr ptr) |
| |
|
static IntPtr | linphone_string_to_pointer ([MarshalAs(LinphoneWrapper.ByteStringMarshalling)] String str) |
| |
|
IntPtr | StringArrayToBctbxList (IEnumerable< string > stringlist) |
| |
|
void | CleanStringArrayPtrs (IntPtr l) |
| |
Object that represents a remote contact directory such as a LDAP or CardDAV server; used as a Linphone.MagicSearch source.
| void Linphone.RemoteContactDirectory.Enable |
( |
bool |
val | ) |
|
|
inline |
Enable this remote contact directory, ie make it usable for searches with the Linphone.MagicSearch object.
- Parameters
-
| bool Linphone.RemoteContactDirectory.Enabled |
( |
| ) |
|
|
inline |
Returns whether this remote contact directory is enabled, i.e.
usable for searches with the Linphone.MagicSearch .
- Returns
- a boolean.
| int Linphone.RemoteContactDirectory.Delay |
|
getset |
| uint Linphone.RemoteContactDirectory.Limit |
|
getset |
Gets the maximum number of results to fetch, 0 means no limit.
- Returns
- the maximum number of results, 0 means no limit.
| uint Linphone.RemoteContactDirectory.MinCharacters |
|
getset |
Gets the minimum number of characters to have before sending the query to the server.
- Returns
- The mininum number of characters to have before sending the query.
| string Linphone.RemoteContactDirectory.ServerUrl |
|
getset |
Gets the configured remote contact directory server URL.
- Returns
- the remote contact directory server URL.
| uint Linphone.RemoteContactDirectory.Timeout |
|
getset |
Gets the timeout (in seconds) after which the query is abandonned.
- Returns
- The timeout (in seconds) after which the query is considered to be timed-out.
The documentation for this class was generated from the following file: