XmlRpcArgType

public enum XmlRpcArgType : Int

Enum describing the types of argument for LinphoneXmlRpcRequest.

  • Undocumented

    Declaration

    Swift

    case None = 0
  • Int

    Undocumented

    Declaration

    Swift

    case Int = 1
  • Undocumented

    Declaration

    Swift

    case String = 2
  • Undocumented

    Declaration

    Swift

    case StringStruct = 3