149. NetworkPopup

Popup dialogs for browsing the local network

149.1. Summary of Module Globals

List of Global Functions

  • ChooseItem - Let the user choose one of a list of items

  • HostName - Give me one host name on the local network

  • NFSExport - Give me export path of selected server

  • NFSServer - Give me NFS server name on the local network

List of Global Variables

    149.2. Global Functions

    149.2.1. ChooseItem

    Let the user choose one of a list of items

    Function parameters

    • string title

    • list<string> items

    • string selected

    Return value

    • string - one item or nil

    149.2.2. HostName

    Give me one host name on the local network

    Function parameters

    • string selected

    Return value

    • string - a hostname or nil if "Cancel" was pressed

    149.2.3. NFSExport

    Give me export path of selected server

    Function parameters

    • string server

    • string selected

    Return value

    • string - an export or nil if "Cancel" was pressed

    149.2.4. NFSServer

    Give me NFS server name on the local network

    Function parameters

    • string selected

    Return value

    • string - a hostname or nil if "Cancel" was pressed

    149.3. Global Variables

    149.4. Module Requirements

    149.4.1. Module Imports

    • Label
    • NetworkInterfaces

    149.4.2. Module Includes