org.universAAL.lddi.lib.activityhub.driver.interfaces
Interface IActivityHubActuator

Package class diagram package IActivityHubActuator

public interface IActivityHubActuator

An actuator device is controllable. It should implement this interface.

Author:
Thomas Fuxreiter (foex@gmx.at)

Method Summary
 void newActuatorCommand(String deviceId, byte[] message)
          The specific drivers instances have to implement this method to receive events from the consuming bundles (e.g. uAAL context bus events)
 

Method Detail

newActuatorCommand

void newActuatorCommand(String deviceId,
                        byte[] message)
The specific drivers instances have to implement this method to receive events from the consuming bundles (e.g. uAAL context bus events)

Parameters:
deviceAddress - address of the device or the group that fire the message
message - array of byte containing the information of the status or command


Copyright © 2014 universAAL Consortium. All Rights Reserved.