| Package | Description |
|---|---|
| org.eclipse.scada.core.data | |
| org.eclipse.scada.core.protocol.ngp.codec |
| Modifier and Type | Method and Description |
|---|---|
UserInformation |
OperationParameters.getUserInformation() |
| Constructor and Description |
|---|
OperationParameters(UserInformation userInformation,
Map<String,String> properties) |
| Modifier and Type | Method and Description |
|---|---|
protected static <T extends Collection<UserInformation>> |
Structures.decodeUserInformationCollection(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
CollectionAllocator<UserInformation,T> allactor,
boolean allowNull) |
| Modifier and Type | Method and Description |
|---|---|
static UserInformation |
Structures.decodeUserInformation(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
boolean allowNull) |
protected static UserInformation |
Structures.inlindeDecodeUserInformation(BinaryContext _context,
org.apache.mina.core.buffer.IoBuffer _data) |
| Modifier and Type | Method and Description |
|---|---|
static List<UserInformation> |
Structures.decodeListUserInformation(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
boolean allowNull) |
static Set<UserInformation> |
Structures.decodeSetUserInformation(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
boolean allowNull) |
| Modifier and Type | Method and Description |
|---|---|
static void |
Structures.encodeUserInformation(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
byte fieldNumber,
UserInformation value) |
protected static void |
Structures.inlineEncodeUserInformation(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
UserInformation value) |
| Modifier and Type | Method and Description |
|---|---|
protected static <T extends Collection<UserInformation>> |
Structures.decodeUserInformationCollection(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
CollectionAllocator<UserInformation,T> allactor,
boolean allowNull) |
static void |
Structures.encodeCollectionUserInformation(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
byte fieldNumber,
Collection<UserInformation> values) |
protected static void |
Structures.fillUserInformationCollection(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
int items,
Collection<UserInformation> values) |
Copyright © 2015 Eclipse SCADA Project. All rights reserved.