Range
public class Range : LinphoneObject
Structure describing a range of integers.
-
Undocumented
Declaration
Swift
public static func getSwiftObject(cObject: OpaquePointer) -> Range
-
Undocumented
Declaration
Swift
public var getCobject: OpaquePointer? { get }
-
Sets the higher value of the range.
Declaration
Swift
public var max: Int { get set }
Parameters
max
the value to set Gets the higher value of the range.
Return Value
The higher value
-
Sets the lower value of the range.
Declaration
Swift
public var min: Int { get set }
Parameters
min
the value to set Gets the lower value of the range.
Return Value
The lower value
-
Sets the user data in the
Range
object.Declaration
Swift
public var userData: UnsafeMutableRawPointer? { get set }
Parameters
userData
the user data
Gets the user data in theRange
object.Return Value
the user data.