| Package | Description |
|---|---|
| org.jinterop.dcom.core |
Defines the classes and data structures required to work with j-Interop.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JIUnsignedByte
Class representing the unsigned c++ byte.
|
class |
JIUnsignedInteger
Class representing the unsigned c++ integer.
|
class |
JIUnsignedShort
Class representing the unsigned c++ short.
|
| Modifier and Type | Method and Description |
|---|---|
IJIUnsigned |
JIVariant.getObjectAsUnsigned()
Retrieves the contained object as
unsigned number. |
static IJIUnsigned |
JIUnsignedFactory.getUnsigned(Number value,
int flag)
Returns an implementation for each of the
unsigned type. |
| Modifier and Type | Method and Description |
|---|---|
void |
JICallBuilder.addInParamAsUnsigned(IJIUnsigned value,
int FLAGS)
Add
[in] parameter as IJIUnsigned at the end of the Parameter list. |
void |
JICallBuilder.insertInParamAsUnsignedAt(int index,
IJIUnsigned value,
int FLAGS)
Add
[in] parameter as IJIUnsigned at the specified index in the Parameter list. |
| Constructor and Description |
|---|
JIVariant(IJIUnsigned number)
Setting up a
VARIANT with a unsigned value. |
JIVariant(IJIUnsigned number,
boolean isByRef)
Setting up a
VARIANT with a unsigned value. |
Copyright © 2017 LSST. All rights reserved.