inets

inets

Module

inets

Module summary

The Inets services API.

Description

This module provides the most basic API to the clients and servers that are part of the Inets application, such as start and stop.

Data types

Type definitions that are used more than once in this module:

service() = ftpc | tftp | httpc | httpd

property() = atom()

Exports

services() -> [{Service, Pid}]

Types:

Service = service()
Pid = pid()

Returns a list of currently running services.

Note

Services started as stand_alone are not listed.

services_info() -> [{Servic