| Package | Description |
|---|---|
| org.eclipse.scada.hd.client.ngp | |
| org.eclipse.scada.hd.data.message | |
| org.eclipse.scada.hd.protocol.ngp.codec |
| Modifier and Type | Method and Description |
|---|---|
void |
QueryImpl.handleUpdateData(int index,
java.util.List<ValueEntry> values,
java.util.List<ValueInformation> valueInformation) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ValueEntry> |
UpdateQueryData.getValues() |
| Constructor and Description |
|---|
UpdateQueryData(long queryId,
int index,
java.util.List<ValueInformation> valueInformation,
java.util.List<ValueEntry> values) |
| Modifier and Type | Method and Description |
|---|---|
protected static <T extends java.util.Collection<ValueEntry>> |
Structures.decodeValueEntryCollection(BinaryContext context,
IoBuffer data,
|
| Modifier and Type | Method and Description |
|---|---|
static ValueEntry |
Structures.decodeValueEntry(BinaryContext context,
IoBuffer data,
boolean allowNull) |
protected static ValueEntry |
Structures.inlindeDecodeValueEntry(BinaryContext _context,
IoBuffer _data) |
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<ValueEntry> |
Structures.decodeListValueEntry(BinaryContext context,
IoBuffer data,
boolean allowNull) |
static java.util.Set<ValueEntry> |
Structures.decodeSetValueEntry(BinaryContext context,
IoBuffer data,
boolean allowNull) |
| Modifier and Type | Method and Description |
|---|---|
static void |
Structures.encodeValueEntry(BinaryContext context,
IoBuffer data,
byte fieldNumber,
ValueEntry value) |
protected static void |
Structures.inlineEncodeValueEntry(BinaryContext context,
IoBuffer data,
ValueEntry value) |
| Modifier and Type | Method and Description |
|---|---|
static void |
Structures.encodeCollectionValueEntry(BinaryContext context,
IoBuffer data,
byte fieldNumber,
java.util.Collection<ValueEntry> values) |
protected static void |
Structures.fillValueEntryCollection(BinaryContext context,
IoBuffer data,
int items,
java.util.Collection<ValueEntry> 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