getDeviceVariableRef abstract method

V? getDeviceVariableRef(
  1. String name
)

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

Implementation

V? getDeviceVariableRef(String name);