Java Mine
ContentsIndexHome
PreviousUpNext
MineServer.EnqueueCommand Method
Syntax
Java
public void EnqueueCommand(int sensorID, List<Command> commandFrames, Boolean isUrgent) throws Exception;
Parameters 
Description 
int sensorID 
Numerical identifier of sensor to send command  
List<Command> commandFrames 
Frame for command as returned by SensorBaseProfile class  
Boolean isUrgent 
Will set the urgent flag so that the command is broadcast when received by the gateway  

 

Queues sensor specific command to be sent down

@2015 all rights reserved
What do you think about this topic? Send feedback!