| Previous | Next | |
STF.getComputerName() : StringA string.; ; This value is returned as a parameter to the registered callback. See the example below or STF.registerCallBack() for more information on return variable handling.
Method; Returns the computer name.
The following example returns the computer name.
var computerName_str = "----";
function onGetComputerNameReturn(returnValue:Boolean) {
computerName_str = returnValue;
}
STF.registerCallBack("getComputerName", onGetComputerName, this);
STF.getComputerName();| Questions or Feedback? | Previous | Next |