Package | Description |
---|---|
sigmlinlib |
This package defines the classes that define the main SiGML Input Library
API, including the provision of a networked SiGML signing data input service
using TCP/IP and UDP server sockets, suitable for use by an avatar based
SiGML animation module.
|
Modifier and Type | Class and Description |
---|---|
class |
SiGMLInLib
SiGML input and translation library:
an instance of this (singleton) class is wrapped by
the SiGMLSigning package's
JSiGMLInput ActiveX
class. |
Constructor and Description |
---|
SiGMLInputService(boolean rprt,
int inport,
int stopport,
BytesBlockStreamHandler bbshdlr)
Starts a new SiGML input service, with the given reporting flag,
using the given input and termination TCP/IP port numbers,
and communicating input and other service life-cycle events to
the given handler.
|