-
Notifications
You must be signed in to change notification settings - Fork 2
Release 3.0.1
The Jpos116Dummy module supports all device classes specified in UPOS 1.16.1 (OMG Document Number dtc/22-03-22). However, since standard Const, Service116 and Control116 interfaces are available via maven now (as snapshot), Jpos116Dummy is no longer present in the binary release.
JavaPOS-SPF supports the following new device classes specified in UPOS 1.16: DeviceMonitor, GraphicDisplay, IndividualRecognition, SoundPlayer, SoundRecorder, VideoCapture and VoiceRecognition.
JavaPOS-SPF has been prepared to support the following new device classes specified in UPOS 1.16: GestureControl and SpeechSynthesis.
Support for concurrent asynchronous output as specified for SoundPlayer and GraphicDisplay has been added.
Sample implementation of DeviceMonitor provides a service that can be used to control free storage on all system drives.
A sample using the VLC Media Player has been provided for testing. DirectIO commands for SoundRecorder and VideoCapture sample have been provided to set video and audio bitrates and to avoid conflicts when using the common audio device.
Sample dummy implementations to be used for testing specific device functionality have been provided for the other new device classes in this version.