| Package | Description |
|---|---|
| org.jinterop.dcom.core |
Defines the classes and data structures required to work with j-Interop.
|
| org.jinterop.dcom.impls.automation |
Defines out-of-box classes for usage with COM servers supporting automation.
|
| org.jinterop.dcom.test | |
| org.openscada.opc.dcom.common | |
| org.openscada.opc.dcom.da |
| Modifier and Type | Field and Description |
|---|---|
static JIStruct |
JIStruct.MEMBER_IS_EMPTY |
| Modifier and Type | Method and Description |
|---|---|
JIStruct |
JICallBuilder.getResultAsStructAt(int index)
Returns the value as
JIStruct at the index from the result list. |
| Modifier and Type | Method and Description |
|---|---|
void |
JICallBuilder.addInParamAsStruct(JIStruct value,
int FLAGS)
Add
[in] parameter as JIStruct at the end of the Parameter list. |
void |
JIUnion.addMember(Object discriminant,
JIStruct member)
Adds a member to this Union.
|
void |
JICallBuilder.insertInParamAsStructAt(int index,
JIStruct value,
int FLAGS)
Add
[in] parameter as JIStruct at the specified index in the Parameter list. |
| Constructor and Description |
|---|
ElemDesc(JIStruct values) |
| Modifier and Type | Method and Description |
|---|---|
static JIStruct |
JIOPCEventSink.fileTimeOutStruct()
Create an out struct definition of this object that may be use in a call object
|
| Modifier and Type | Method and Description |
|---|---|
void |
EventNotificationListener.onEvent(JIStruct[] event) |
| Modifier and Type | Method and Description |
|---|---|
static JIStruct |
FILETIME.getStruct() |
| Modifier and Type | Method and Description |
|---|---|
static FILETIME |
FILETIME.fromStruct(JIStruct struct) |
| Modifier and Type | Method and Description |
|---|---|
static JIStruct |
OPCSERVERSTATUS.getStruct() |
static JIStruct |
OPCITEMSTATE.getStruct() |
static JIStruct |
OPCITEMRESULT.getStruct() |
JIStruct |
OPCITEMDEF.toStruct()
Convert to structure to a J-Interop structure
|
| Modifier and Type | Method and Description |
|---|---|
static OPCSERVERSTATUS |
OPCSERVERSTATUS.fromStruct(JIStruct struct) |
static OPCITEMSTATE |
OPCITEMSTATE.fromStruct(JIStruct struct) |
static OPCITEMRESULT |
OPCITEMRESULT.fromStruct(JIStruct struct) |
Copyright © 2017 LSST. All rights reserved.