tcllux::chan(n) 1.0 tcllux_chan "tcllux::chan"

Name

tcllux::chan - TclLux chan

Table Of Contents

Synopsis

Description

The TclLux chan Tcl extension provides chan functionality.

COMMANDS

lux chan configure channelId ?name? ?val? ?...?

Configures the channelId. Returns an empty string when setting.

lux chan sync

System sync. Returns an empty string.

lux chan fsync channelId

Syncs the channelId. Returns an empty string.

lux chan fdatasync channelId

Datasyncs the channelId. Returns an empty string.

lux chan dup channelId

Duplicates the channelId to a new channelId. Returns the new channelId.

lux chan write channelId data

Writes data to channelId. Returns the number of bytes written to channelId.

See Also

fcntl(2), fsync(2), sync(2)

Keywords

chan, unix

Category

UNIX