Package-level declarations
Types
Holds the settings of the NIMMSTAManager
This class represents a connected scanner within the NIMMSTA App Instances of this class can be used to control the scanner
Interface to handle events from a NIMMSTA Device.
This class provides access to the NIMMSTAManager and initiates the connection. It uses an Android ServiceConnection and the concept of background Tasks. Just register the NIMMSTAIntentConnection by calling bindServiceToActivity and register for completion for the binding with onComplete.
This class provides access to the NIMMSTAManager and initiates the connection. It uses an Android ServiceConnection and the concept of background Tasks. Just register the NIMMSTAIntentServiceConnection by calling bindServiceToActivity and register for completion for the binding with onComplete.
Holds the connected devices of the NIMMSTA App and some settings. Now uses dependency injection instead of singleton pattern.
Interface to handle events from a NIMMSTA Manager.
NIMMSTAService is used to communicate with the NIMMSTA App It creates a broadcast receiver NIMMSTAIntentReceiver that handles the intents from the NIMMSTA App
Binds to the WebService of an installed NIMMSTA Android app.