DeleteNetworkReq

public struct DeleteNetworkReq : Encborable

Delete network request.

  • DeleteNetworkReq is used to delete a saved network.

    Declaration

    Swift

    public init(index: Int)

    Parameters

    Index

    index of the saved network to delete.

    Return Value

    A new DeleteNetworkReq.

  • Index of the saved network to delete.

    Declaration

    Swift

    public var index: Int