public class Helper extends Object
| Constructor and Description |
|---|
Helper() |
| Modifier and Type | Method and Description |
|---|---|
static Object[] |
callRespectSFALSE(IJIComObject object,
JICallBuilder callObject)
Make the COM call but do not treat S_FALSE as error condition for the whole call
|
static JIVariant |
fixVariant(JIVariant value)
Perform some fixes on the variant when writing it to OPC items.
|
public static Object[] callRespectSFALSE(IJIComObject object, JICallBuilder callObject) throws JIException
object - the object to make to call oncallObject - the call objectJIExceptionpublic static JIVariant fixVariant(JIVariant value) throws JIException
value - the value to fixJIException - In case something goes wrongCopyright © 2017 LSST. All rights reserved.