| Package | Description |
|---|---|
| org.jinterop.dcom.core |
Defines the classes and data structures required to work with j-Interop.
|
| org.jinterop.dcom.test | |
| org.openscada.opc.dcom.da.impl |
| Modifier and Type | Method and Description |
|---|---|
JIArray |
JIVariant.getObjectAsArray()
Retrieves the contained object as
JIArray. |
JIArray |
JICallBuilder.getResultAsArrayAt(int index)
Returns the value as
JIArray at the index from the result list. |
| Modifier and Type | Method and Description |
|---|---|
void |
JICallBuilder.addInParamAsArray(JIArray value,
int FLAGS)
Add
[in] parameter as JIArray at the end of the Parameter list. |
void |
JICallBuilder.insertInParamAsArrayAt(int index,
JIArray value,
int FLAGS)
Add
[in] parameter as JIArray at the specified index in the Parameter list. |
static int |
JIFrameworkHelper.reverseArrayForDispatch(JIArray arrayToReverse) |
| Constructor and Description |
|---|
JIVariant(JIArray array)
Setting up a
VARIANT with a JIArray. |
JIVariant(JIArray array,
boolean isByRef)
Setting up a
VARIANT with a JIArray. |
JIVariant(JIArray array,
boolean isByRef,
int FLAG)
Setting up a
VARIANT with a JIArray. |
JIVariant(JIArray array,
int FLAG)
Setting up a
VARIANT with a JIArray. |
| Modifier and Type | Method and Description |
|---|---|
Object[] |
JIOPCEventSink.onEvent(int clientSubscription,
int refresh,
int lastRefresh,
int count,
JIArray eventsArray)
This method is provided by the client to handle notifications from the OPCEventSubscription for events.
|
void |
SampleTestServerCallback.UpdateMe(JIUnsignedShort size,
JIArray array) |
| Modifier and Type | Method and Description |
|---|---|
Object[] |
OPCDataCallback.OnDataChange(int transactionId,
int serverGroupHandle,
int masterQuality,
int masterErrorCode,
int count,
JIArray clientHandles,
JIArray values,
JIArray qualities,
JIArray timestamps,
JIArray errors) |
Object[] |
OPCDataCallback.OnReadComplete(int transactionId,
int serverGroupHandle,
int masterQuality,
int masterErrorCode,
int count,
JIArray clientHandles,
JIArray values,
JIArray qualities,
JIArray timestamps,
JIArray errors) |
Object[] |
OPCDataCallback.OnWriteComplete(int transactionId,
int serverGroupHandle,
int masterErrorCode,
int count,
JIArray clientHandles,
JIArray errors) |
Copyright © 2017 LSST. All rights reserved.