interface-read

Synopsis

(interface-read interface)

Parameters

  • interface

Description

Side Effects

Return Value

The next available captured layer-2 frame is returned as a string.

See Also

Example

> (define i (interface-attach "en1"))
i
> (define frame (interface-read i))
frame
>