NL_ChannelNode
NL_ChannelNode
nl
1998 12-06
CLASS
NL_ChannelNode - Object for use with NL_Multiplexor.
SYNOPSIS
NL_ChannelNode is an object designed for use with NL_Multiplexor.
It contains a pointer to a channel and flags for multiplexor operation.
CONSTRUCTOR
NL_ChannelNode (NL_Channel *channel, long flags)
The channel argument specifies the NL_Channel and flags
specified the bitwise flags as described in NL_Multiplexor.
MEMBER DATA
NL_Channel *channel
The underlying NL_Channel.
long flags