Previous Topic

Next Topic

Book Contents

Book Index

DA Device Admin Service

Details about the Device Admin service provided by the Device Access module.

Overview

da_device_admin_service

The Device Admin service (com.prosyst.mbs.services.da.DeviceAdmin) provides a way for applications to control Devices. The main goals are:

The DeviceAdmin is based on the FuncionalItem specification. It extends the FunctionalItemFactory.

After the Device Admin service is registered all available Devices and their Device Items are also registered as OSGi services.

Registering Bundle

The Device Access Core bundle registers a com.prosyst.mbs.services.da.DeviceAdmin service.

Enabling and Disabling the Device Admin Service

The Device Admin service is provided by the DA API implementation and it's available by default.

See also