This interface defines methods for constructing buffered
Networked ChannelInput
objects.
Type | Name and description |
---|---|
NetSharedChannelInput |
createNet2Any(ChannelDataStore buffer) Constructs a NetSharedChannelInput object. |
NetAltingChannelInput |
createNet2One(ChannelDataStore buffer) Constructs a NetAltingChannelInput object. |
Constructs a NetSharedChannelInput
object.
NetSharedChannelInput
object.buffer
- the ChannelDataStore
to use as a buffer. Constructs a NetAltingChannelInput
object.
NetAltingChannelInput
object.buffer
- the ChannelDataStore
to use as a buffer.