getAppVariableRef abstract method

V? getAppVariableRef(
  1. String name
)

Gets the reference to the a device variable of the given name

Implementation

V? getAppVariableRef(String name);