| Package | Description |
|---|---|
| org.eclipse.scada.core.data.message | |
| org.eclipse.scada.core.protocol.ngp.codec |
| Modifier and Type | Method and Description |
|---|---|
List<CallbackResponse> |
RespondCallbacks.getCallbacks() |
| Constructor and Description |
|---|
RespondCallbacks(Response response,
List<CallbackResponse> callbacks,
ErrorInformation errorInformation) |
| Modifier and Type | Method and Description |
|---|---|
protected static <T extends Collection<CallbackResponse>> |
Structures.decodeCallbackResponseCollection(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
CollectionAllocator<CallbackResponse,T> allactor,
boolean allowNull) |
| Modifier and Type | Method and Description |
|---|---|
static CallbackResponse |
Structures.decodeCallbackResponse(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
boolean allowNull) |
protected static CallbackResponse |
Structures.inlindeDecodeCallbackResponse(BinaryContext _context,
org.apache.mina.core.buffer.IoBuffer _data) |
| Modifier and Type | Method and Description |
|---|---|
static List<CallbackResponse> |
Structures.decodeListCallbackResponse(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
boolean allowNull) |
static Set<CallbackResponse> |
Structures.decodeSetCallbackResponse(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
boolean allowNull) |
| Modifier and Type | Method and Description |
|---|---|
static void |
Structures.encodeCallbackResponse(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
byte fieldNumber,
CallbackResponse value) |
protected static void |
Structures.inlineEncodeCallbackResponse(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
CallbackResponse value) |
| Modifier and Type | Method and Description |
|---|---|
protected static <T extends Collection<CallbackResponse>> |
Structures.decodeCallbackResponseCollection(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
CollectionAllocator<CallbackResponse,T> allactor,
boolean allowNull) |
static void |
Structures.encodeCollectionCallbackResponse(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
byte fieldNumber,
Collection<CallbackResponse> values) |
protected static void |
Structures.fillCallbackResponseCollection(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
int items,
Collection<CallbackResponse> values) |
Copyright © 2015 Eclipse SCADA Project. All rights reserved.