Provides low-level PalCom networking classes.

Package Specification

This package contains low-level PalCom networking classes for different networking technologies: UDP, Bluetooth, IR. In a similar way as for the classes in {@link ist.palcom.base}, there are corresponding Smalltalk classes which are used at runtime when running on the PalVM, and separate Java implementations for the JVM.

The class {@link ist.palcom.base.Channel} is used together the select mechanism for both UDP and Bluetooth sockets.

@see ist.palcom.base @see ist.palcom.base.System#select