|
|
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) |
| |
The Linphone.SearchResult object represents a result of a search initiated from a Linphone.MagicSearch.
Returns whether or not the search result has the given capability.
- Parameters
-
- Returns
- true if it has the capability, false otherwise.
Returns whether or not the search result has the given source flag.
- Parameters
-
- Returns
- true if it has the source flag, false otherwise.
Gets the address of the search result if any.
- Returns
- The associed Linphone.Address or null.
| int Linphone.SearchResult.Capabilities |
|
get |
Returns the capabilities mask of the search result.
- Returns
- the capabilities mask associated to the search result
Gets the friend of the search result if any.
- Returns
- The associated Linphone.Friend or null.
| string Linphone.SearchResult.PhoneNumber |
|
get |
Gets the phone number of the search result if any.
- Returns
- The associed phone number or null.
| int Linphone.SearchResult.SourceFlags |
|
get |
| uint Linphone.SearchResult.Weight |
|
get |
Gets the weight of the search result.
- Returns
- the result weight
The documentation for this class was generated from the following file: