[ Debugging | Reference Manual | Alphabetic Index ]
set_leash(?Ports, +Leash)
Currently not supported.
- Ports
- Atom, list of atoms, or variable.
- Leash
- Atom.
Description
Sets the port specified by Port to the leash mode Leash.
Currently not supported.
Modes and Determinism
Exceptions
- (4) instantiation fault
- Leash is not instantiated.
- (5) type error
- Ports is instantiated, but not to an atom or a list of atoms.
- (5) type error
- Ports is instantiated to an atom or list of atoms, but the atoms are not all valid ports.
- (5) type error
- Leash is instantiated, but not to an atom.
- (5) type error
- Ports is instantiated to an atom, but not to one of the leashing modes.
Examples
See Also
get_leash / 2