pp-get-name

Synopsis

(pp-get-name port-number)

Parameters

  • port-number

Description

Side Effects

Return Value

The name of the specified port is returned as a string.

Example

> (pp-set-name 0 "External LAN")
ok
> (pp-get-name 0)
"External LAN"
>