| 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,
java.util.Map<java.lang.String,java.lang.String> properties) |
| Modifier and Type | Method and Description |
|---|---|
protected static <T extends java.util.Collection<UserInformation>> |
Structures.decodeUserInformationCollection(BinaryContext context,
IoBuffer data,
|
| Modifier and Type | Method and Description |
|---|---|
static UserInformation |
Structures.decodeUserInformation(BinaryContext context,
IoBuffer data,
boolean allowNull) |
protected static UserInformation |
Structures.inlindeDecodeUserInformation(BinaryContext _context,
IoBuffer _data) |
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<UserInformation> |
Structures.decodeListUserInformation(BinaryContext context,
IoBuffer data,
boolean allowNull) |
static java.util.Set<UserInformation> |
Structures.decodeSetUserInformation(BinaryContext context,
IoBuffer data,
boolean allowNull) |
| Modifier and Type | Method and Description |
|---|---|
static void |
Structures.encodeUserInformation(BinaryContext context,
IoBuffer data,
byte fieldNumber,
UserInformation value) |
protected static void |
Structures.inlineEncodeUserInformation(BinaryContext context,
IoBuffer data,
UserInformation value) |
| Modifier and Type | Method and Description |
|---|---|
static void |
Structures.encodeCollectionUserInformation(BinaryContext context,
IoBuffer data,
byte fieldNumber,
java.util.Collection<UserInformation> values) |
protected static void |
Structures.fillUserInformationCollection(BinaryContext context,
IoBuffer data,
int items,
java.util.Collection<UserInformation> values) |
Copyright (c) IBH SYSTEMS GmbH and others 2010, 2013.
All rights reserved. This program and the accompanying materials
are made available under the terms of the
Eclipse Public License v1.0