Ldap
public class Ldap : LinphoneObject
Object that represents a Linphone Ldap.
Use a LdapParams object to configure it.
-
Declaration
Swift
public static func getSwiftObject(cObject: OpaquePointer) -> Ldap -
Declaration
Swift
public var getCobject: OpaquePointer? { get } -
Create a new
Ldap, associate it with theLdapParamsand store it into the configuration file.Declaration
Swift
public static func newWithParams(lc: Core, params: LdapParams) -> Ldap?Parameters
lcThe
Coreobject.paramsThe
LdapParamsobject.Return Value
The newly created
Ldapobject. -
Set the index associated to the
Ldap. Get the index of theLdap.Declaration
Swift
public var index: Int { get set }Return Value
The index of the Ldap
-
Set the
LdapParamsused by thisLdap. The parameters will be saved in the configuration file.Declaration
Swift
public var params: LdapParams? { get set }Return Value
The
LdapParamsattached to this ldap.
Ldap Class Reference