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 }
  • max

    Gets the higher value of the range.

    Declaration

    Swift

    public var max: Int { get set }

    Return Value

    The higher value

  • min

    Gets the lower value of the range.

    Declaration

    Swift

    public var min: Int { get set }

    Return Value

    The lower value

  • Gets the user data in the Range object.

    Declaration

    Swift

    public var userData: UnsafeMutableRawPointer? { get set }

    Return Value

    the user data.