| Package | Description |
|---|---|
| org.eclipse.scada.core.data.message | |
| org.eclipse.scada.core.protocol.ngp.codec |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CallbackRequest> |
RequestCallbacks.getCallbacks() |
| Constructor and Description |
|---|
RequestCallbacks(Request request,
long callbackHandlerId,
java.util.List<CallbackRequest> callbacks,
java.lang.Long timeoutMillis) |
| Modifier and Type | Method and Description |
|---|---|
protected static <T extends java.util.Collection<CallbackRequest>> |
Structures.decodeCallbackRequestCollection(BinaryContext context,
IoBuffer data,
|
| Modifier and Type | Method and Description |
|---|---|
static CallbackRequest |
Structures.decodeCallbackRequest(BinaryContext context,
IoBuffer data,
boolean allowNull) |
protected static CallbackRequest |
Structures.inlindeDecodeCallbackRequest(BinaryContext _context,
IoBuffer _data) |
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<CallbackRequest> |
Structures.decodeListCallbackRequest(BinaryContext context,
IoBuffer data,
boolean allowNull) |
static java.util.Set<CallbackRequest> |
Structures.decodeSetCallbackRequest(BinaryContext context,
IoBuffer data,
boolean allowNull) |
| Modifier and Type | Method and Description |
|---|---|
static void |
Structures.encodeCallbackRequest(BinaryContext context,
IoBuffer data,
byte fieldNumber,
CallbackRequest value) |
protected static void |
Structures.inlineEncodeCallbackRequest(BinaryContext context,
IoBuffer data,
CallbackRequest value) |
| Modifier and Type | Method and Description |
|---|---|
static void |
Structures.encodeCollectionCallbackRequest(BinaryContext context,
IoBuffer data,
byte fieldNumber,
java.util.Collection<CallbackRequest> values) |
protected static void |
Structures.fillCallbackRequestCollection(BinaryContext context,
IoBuffer data,
int items,
java.util.Collection<CallbackRequest> 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