public class GemHostDevicesModel.GemDevicesValueVariable extends GemHostModel.GemValueVariable
id, name| Constructor and Description |
|---|
GemDevicesValueVariable(java.lang.String name,
long id,
int vidType,
int valueType,
java.lang.String deviceName,
java.lang.String tagName,
java.lang.String script) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDeviceName() |
java.lang.String |
getScript() |
java.lang.String |
getTagName() |
getCurrentValue, getDataSourceName, getValueType, getVidType, setCurrentValue, setValueTypepublic GemDevicesValueVariable(java.lang.String name,
long id,
int vidType,
int valueType,
java.lang.String deviceName,
java.lang.String tagName,
java.lang.String script)
name - the variable nameid - the variable idvidType - the type of the variable (typically a 5x)valueType - the type of the value associated with this variable. This can be any valid type and is expressed as the SecsFormat number.deviceName - The device name that should be set as a listener to this variable.tagName - The tag name that should be set as a listener to this variable.script - The script that should be set to this variable.Copyright © 1999-2025 ErgoTech Systems, Inc. All Rights Reserved.