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,
List<ValueEntry> values,
List<ValueInformation> valueInformation) |
Modifier and Type | Method and Description |
---|---|
List<ValueEntry> |
UpdateQueryData.getValues() |
Constructor and Description |
---|
UpdateQueryData(long queryId,
int index,
List<ValueInformation> valueInformation,
List<ValueEntry> values) |
Modifier and Type | Method and Description |
---|---|
protected static <T extends Collection<ValueEntry>> |
Structures.decodeValueEntryCollection(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
CollectionAllocator<ValueEntry,T> allactor,
boolean allowNull) |
Modifier and Type | Method and Description |
---|---|
static ValueEntry |
Structures.decodeValueEntry(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
boolean allowNull) |
protected static ValueEntry |
Structures.inlindeDecodeValueEntry(BinaryContext _context,
org.apache.mina.core.buffer.IoBuffer _data) |
Modifier and Type | Method and Description |
---|---|
static List<ValueEntry> |
Structures.decodeListValueEntry(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
boolean allowNull) |
static Set<ValueEntry> |
Structures.decodeSetValueEntry(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
boolean allowNull) |
Modifier and Type | Method and Description |
---|---|
static void |
Structures.encodeValueEntry(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
byte fieldNumber,
ValueEntry value) |
protected static void |
Structures.inlineEncodeValueEntry(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
ValueEntry value) |
Modifier and Type | Method and Description |
---|---|
protected static <T extends Collection<ValueEntry>> |
Structures.decodeValueEntryCollection(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
CollectionAllocator<ValueEntry,T> allactor,
boolean allowNull) |
static void |
Structures.encodeCollectionValueEntry(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
byte fieldNumber,
Collection<ValueEntry> values) |
protected static void |
Structures.fillValueEntryCollection(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
int items,
Collection<ValueEntry> values) |
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.