| Package | Description |
|---|---|
| org.eclipse.scada.core.data.message | |
| org.eclipse.scada.core.protocol.ngp.codec |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CallbackResponse> |
RespondCallbacks.getCallbacks() |
| Constructor and Description |
|---|
RespondCallbacks(Response response,
java.util.List<CallbackResponse> callbacks,
ErrorInformation errorInformation) |
| Modifier and Type | Method and Description |
|---|---|
protected static <T extends java.util.Collection<CallbackResponse>> |
Structures.decodeCallbackResponseCollection(BinaryContext context,
IoBuffer data,
|
| Modifier and Type | Method and Description |
|---|---|
static CallbackResponse |
Structures.decodeCallbackResponse(BinaryContext context,
IoBuffer data,
boolean allowNull) |
protected static CallbackResponse |
Structures.inlindeDecodeCallbackResponse(BinaryContext _context,
IoBuffer _data) |
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<CallbackResponse> |
Structures.decodeListCallbackResponse(BinaryContext context,
IoBuffer data,
boolean allowNull) |
static java.util.Set<CallbackResponse> |
Structures.decodeSetCallbackResponse(BinaryContext context,
IoBuffer data,
boolean allowNull) |
| Modifier and Type | Method and Description |
|---|---|
static void |
Structures.encodeCallbackResponse(BinaryContext context,
IoBuffer data,
byte fieldNumber,
CallbackResponse value) |
protected static void |
Structures.inlineEncodeCallbackResponse(BinaryContext context,
IoBuffer data,
CallbackResponse value) |
| Modifier and Type | Method and Description |
|---|---|
static void |
Structures.encodeCollectionCallbackResponse(BinaryContext context,
IoBuffer data,
byte fieldNumber,
java.util.Collection<CallbackResponse> values) |
protected static void |
Structures.fillCallbackResponseCollection(BinaryContext context,
IoBuffer data,
int items,
java.util.Collection<CallbackResponse> 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