Java Mine
ContentsIndexHome
PreviousUpNext
MineServer.EnqueueCommand Method

/ Queues sensor specific command to be sent down /

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 
Boolean isUrgent 
Will set the urgent flag so that the command is broadcast when received by the gateway 
commandFrame 
Frame for command as returned by SensorBaseProfile class 

/  

/  

/  

/

Copyright (c) 2022. All rights reserved.
What do you think about this topic? Send feedback!