EditNetworkReq

public struct EditNetworkReq : Encborable

Edit network request.

  • EditNetworkReq is used to update the priority of a saved network.

    Declaration

    Swift

    public init(index: Int, newIndex: Int)

    Parameters

    index

    Old index of the saved network.

    newIndex

    New index of the saved network.

    Return Value

    A new EditNetworkReq.

  • Old index of the saved network.

    Declaration

    Swift

    public var index: Int
  • New index of the saved network.

    Declaration

    Swift

    public var newIndex: Int