User Tools

Site Tools


transsecscriptingmethodlist

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
transsecscriptingmethodlist [2024/11/17 15:31] – [Common Declarations] wikiadmintranssecscriptingmethodlist [2024/11/17 15:42] (current) wikiadmin
Line 58: Line 58:
 eventServer.setIntValue(1); //trigger the CEID.STARTED event eventServer.setIntValue(1); //trigger the CEID.STARTED event
  
-//directly set values to vids+//directly set values to vids using the gemHandler
 gemHandler.setValue("OnlineOfflineState",new LongValueObject(1));//Go ONLINE  gemHandler.setValue("OnlineOfflineState",new LongValueObject(1));//Go ONLINE 
 gemHandler.setValue("LocalRemoteState",new LongValueObject(1)); //Go REMOTE, now the tool should respond to host messages gemHandler.setValue("LocalRemoteState",new LongValueObject(1)); //Go REMOTE, now the tool should respond to host messages
 +
 +//access vid values
 +controlState = gemHandler.getServerForName("VID.ControlState").getIntValue();
 +
 </code> </code>
  
  
  
transsecscriptingmethodlist.1731875515.txt.gz · Last modified: by wikiadmin

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki