| Modifier and Type | Method and Description |
|---|---|
static org.eclipse.scada.protocol.ngp.common.mc.protocol.ProtocolDescriptor |
ProtocolFactory.createProtocolDescriptor(BinaryContext binaryContext) |
static BrowserEntry |
Structures.decodeBrowserEntry(BinaryContext context,
IoBuffer data,
boolean allowNull) |
protected static <T extends java.util.Collection<BrowserEntry>> |
Structures.decodeBrowserEntryCollection(BinaryContext context,
IoBuffer data,
|
static EventInformation |
Structures.decodeEventInformation(BinaryContext context,
IoBuffer data,
boolean allowNull) |
protected static <T extends java.util.Collection<EventInformation>> |
Structures.decodeEventInformationCollection(BinaryContext context,
IoBuffer data,
|
static java.util.List<BrowserEntry> |
Structures.decodeListBrowserEntry(BinaryContext context,
IoBuffer data,
boolean allowNull) |
static java.util.List<EventInformation> |
Structures.decodeListEventInformation(BinaryContext context,
IoBuffer data,
boolean allowNull) |
static java.util.List<MonitorStatusInformation> |
Structures.decodeListMonitorStatusInformation(BinaryContext context,
IoBuffer data,
boolean allowNull) |
static MonitorStatusInformation |
Structures.decodeMonitorStatusInformation(BinaryContext context,
IoBuffer data,
boolean allowNull) |
protected static <T extends java.util.Collection<MonitorStatusInformation>> |
Structures.decodeMonitorStatusInformationCollection(BinaryContext context,
IoBuffer data,
|
static java.util.Set<BrowserEntry> |
Structures.decodeSetBrowserEntry(BinaryContext context,
IoBuffer data,
boolean allowNull) |
static java.util.Set<EventInformation> |
Structures.decodeSetEventInformation(BinaryContext context,
IoBuffer data,
boolean allowNull) |
static java.util.Set<MonitorStatusInformation> |
Structures.decodeSetMonitorStatusInformation(BinaryContext context,
IoBuffer data,
boolean allowNull) |
static void |
Structures.encodeBrowserEntry(BinaryContext context,
IoBuffer data,
byte fieldNumber,
BrowserEntry value) |
static void |
Structures.encodeCollectionBrowserEntry(BinaryContext context,
IoBuffer data,
byte fieldNumber,
java.util.Collection<BrowserEntry> values) |
static void |
Structures.encodeCollectionEventInformation(BinaryContext context,
IoBuffer data,
byte fieldNumber,
java.util.Collection<EventInformation> values) |
static void |
Structures.encodeCollectionMonitorStatusInformation(BinaryContext context,
IoBuffer data,
byte fieldNumber,
java.util.Collection<MonitorStatusInformation> values) |
static void |
Structures.encodeEventInformation(BinaryContext context,
IoBuffer data,
byte fieldNumber,
EventInformation value) |
static void |
Structures.encodeMonitorStatusInformation(BinaryContext context,
IoBuffer data,
byte fieldNumber,
MonitorStatusInformation value) |
protected static void |
Structures.fillBrowserEntryCollection(BinaryContext context,
IoBuffer data,
int items,
java.util.Collection<BrowserEntry> values) |
protected static void |
Structures.fillEventInformationCollection(BinaryContext context,
IoBuffer data,
int items,
java.util.Collection<EventInformation> values) |
protected static void |
Structures.fillMonitorStatusInformationCollection(BinaryContext context,
IoBuffer data,
int items,
java.util.Collection<MonitorStatusInformation> values) |
protected static BrowserEntry |
Structures.inlindeDecodeBrowserEntry(BinaryContext _context,
IoBuffer _data) |
protected static EventInformation |
Structures.inlindeDecodeEventInformation(BinaryContext _context,
IoBuffer _data) |
protected static MonitorStatusInformation |
Structures.inlindeDecodeMonitorStatusInformation(BinaryContext _context,
IoBuffer _data) |
protected static void |
Structures.inlineEncodeBrowserEntry(BinaryContext context,
IoBuffer data,
BrowserEntry value) |
protected static void |
Structures.inlineEncodeEventInformation(BinaryContext context,
IoBuffer data,
EventInformation value) |
protected static void |
Structures.inlineEncodeMonitorStatusInformation(BinaryContext context,
IoBuffer data,
MonitorStatusInformation value) |
| Modifier and Type | Method and Description |
|---|---|
AcknowledgeRequest |
AcknowledgeRequest.decodeMessage(BinaryContext _context,
IoBuffer _data) |
AcknowledgeResponse |
AcknowledgeResponse.decodeMessage(BinaryContext _context,
IoBuffer _data) |
BrowseData |
BrowseData.decodeMessage(BinaryContext _context,
IoBuffer _data) |
CloseQuery |
CloseQuery.decodeMessage(BinaryContext _context,
IoBuffer _data) |
CreateQuery |
CreateQuery.decodeMessage(BinaryContext _context,
IoBuffer _data) |
EventPoolDataUpdate |
EventPoolDataUpdate.decodeMessage(BinaryContext _context,
IoBuffer _data) |
EventPoolStatusUpdate |
EventPoolStatusUpdate.decodeMessage(BinaryContext _context,
IoBuffer _data) |
LoadMore |
LoadMore.decodeMessage(BinaryContext _context,
IoBuffer _data) |
MonitorPoolDataUpdate |
MonitorPoolDataUpdate.decodeMessage(BinaryContext _context,
IoBuffer _data) |
MonitorPoolStatusUpdate |
MonitorPoolStatusUpdate.decodeMessage(BinaryContext _context,
IoBuffer _data) |
StartBrowse |
StartBrowse.decodeMessage(BinaryContext _context,
IoBuffer _data) |
StopBrowse |
StopBrowse.decodeMessage(BinaryContext _context,
IoBuffer _data) |
SubscribeEventPool |
SubscribeEventPool.decodeMessage(BinaryContext _context,
IoBuffer _data) |
SubscribeMonitorPool |
SubscribeMonitorPool.decodeMessage(BinaryContext _context,
IoBuffer _data) |
UnsubscribeEventPool |
UnsubscribeEventPool.decodeMessage(BinaryContext _context,
IoBuffer _data) |
UnsubscribeMonitorPool |
UnsubscribeMonitorPool.decodeMessage(BinaryContext _context,
IoBuffer _data) |
UpdateQueryData |
UpdateQueryData.decodeMessage(BinaryContext _context,
IoBuffer _data) |
UpdateQueryState |
UpdateQueryState.decodeMessage(BinaryContext _context,
IoBuffer _data) |
IoBuffer |
AcknowledgeRequest.encodeMessage(BinaryContext context,
java.lang.Object objectMessage) |
IoBuffer |
AcknowledgeResponse.encodeMessage(BinaryContext context,
java.lang.Object objectMessage) |
IoBuffer |
BrowseData.encodeMessage(BinaryContext context,
java.lang.Object objectMessage) |
IoBuffer |
CloseQuery.encodeMessage(BinaryContext context,
java.lang.Object objectMessage) |
IoBuffer |
CreateQuery.encodeMessage(BinaryContext context,
java.lang.Object objectMessage) |
IoBuffer |
EventPoolDataUpdate.encodeMessage(BinaryContext context,
java.lang.Object objectMessage) |
IoBuffer |
EventPoolStatusUpdate.encodeMessage(BinaryContext context,
java.lang.Object objectMessage) |
IoBuffer |
LoadMore.encodeMessage(BinaryContext context,
java.lang.Object objectMessage) |
IoBuffer |
MonitorPoolDataUpdate.encodeMessage(BinaryContext context,
java.lang.Object objectMessage) |
IoBuffer |
MonitorPoolStatusUpdate.encodeMessage(BinaryContext context,
java.lang.Object objectMessage) |
IoBuffer |
StartBrowse.encodeMessage(BinaryContext context,
java.lang.Object objectMessage) |
IoBuffer |
StopBrowse.encodeMessage(BinaryContext context,
java.lang.Object objectMessage) |
IoBuffer |
SubscribeEventPool.encodeMessage(BinaryContext context,
java.lang.Object objectMessage) |
IoBuffer |
SubscribeMonitorPool.encodeMessage(BinaryContext context,
java.lang.Object objectMessage) |
IoBuffer |
UnsubscribeEventPool.encodeMessage(BinaryContext context,
java.lang.Object objectMessage) |
IoBuffer |
UnsubscribeMonitorPool.encodeMessage(BinaryContext context,
java.lang.Object objectMessage) |
IoBuffer |
UpdateQueryData.encodeMessage(BinaryContext context,
java.lang.Object objectMessage) |
IoBuffer |
UpdateQueryState.encodeMessage(BinaryContext context,
java.lang.Object objectMessage) |
| Modifier and Type | Method and Description |
|---|---|
static org.eclipse.scada.protocol.ngp.common.mc.protocol.ProtocolDescriptor |
ProtocolFactory.createProtocolDescriptor(BinaryContext binaryContext) |
static ConfigurationInformation |
Structures.decodeConfigurationInformation(BinaryContext context,
IoBuffer data,
boolean allowNull) |
protected static <T extends java.util.Collection<ConfigurationInformation>> |
Structures.decodeConfigurationInformationCollection(BinaryContext context,
IoBuffer data,
|
static DiffEntry |
Structures.decodeDiffEntry(BinaryContext context,
IoBuffer data,
boolean allowNull) |
protected static <T extends java.util.Collection<DiffEntry>> |
Structures.decodeDiffEntryCollection(BinaryContext context,
IoBuffer data,
|
static FactoryInformation |
Structures.decodeFactoryInformation(BinaryContext context,
IoBuffer data,
boolean allowNull) |
protected static <T extends java.util.Collection<FactoryInformation>> |
Structures.decodeFactoryInformationCollection(BinaryContext context,
IoBuffer data,
|
static java.util.List<ConfigurationInformation> |
Structures.decodeListConfigurationInformation(BinaryContext context,
IoBuffer data,
boolean allowNull) |
static java.util.List<DiffEntry> |
Structures.decodeListDiffEntry(BinaryContext context,
IoBuffer data,
boolean allowNull) |
static java.util.List<FactoryInformation> |
Structures.decodeListFactoryInformation(BinaryContext context,
IoBuffer data,
boolean allowNull) |
static java.util.Set<ConfigurationInformation> |
Structures.decodeSetConfigurationInformation(BinaryContext context,
IoBuffer data,
boolean allowNull) |
static java.util.Set<DiffEntry> |
Structures.decodeSetDiffEntry(BinaryContext context,
IoBuffer data,
boolean allowNull) |
static java.util.Set<FactoryInformation> |
Structures.decodeSetFactoryInformation(BinaryContext context,
IoBuffer data,
boolean allowNull) |
static void |
Structures.encodeCollectionConfigurationInformation(BinaryContext context,
IoBuffer data,
byte fieldNumber,
java.util.Collection<ConfigurationInformation> values) |
static void |
Structures.encodeCollectionDiffEntry(BinaryContext context,
IoBuffer data,
byte fieldNumber,
java.util.Collection<DiffEntry> values) |
static void |
Structures.encodeCollectionFactoryInformation(BinaryContext context,
IoBuffer data,
byte fieldNumber,
java.util.Collection<FactoryInformation> values) |
static void |
Structures.encodeConfigurationInformation(BinaryContext context,
IoBuffer data,
byte fieldNumber,
ConfigurationInformation value) |
static void |
Structures.encodeDiffEntry(BinaryContext context,
IoBuffer data,
byte fieldNumber,
DiffEntry value) |
static void |
Structures.encodeFactoryInformation(BinaryContext context,
IoBuffer data,
byte fieldNumber,
FactoryInformation value) |
protected static void |
Structures.fillConfigurationInformationCollection(BinaryContext context,
IoBuffer data,
int items,
java.util.Collection<ConfigurationInformation> values) |
protected static void |
Structures.fillDiffEntryCollection(BinaryContext context,
IoBuffer data,
int items,
java.util.Collection<DiffEntry> values) |
protected static void |
Structures.fillFactoryInformationCollection(BinaryContext context,
IoBuffer data,
int items,
java.util.Collection<FactoryInformation> values) |
protected static ConfigurationInformation |
Structures.inlindeDecodeConfigurationInformation(BinaryContext _context,
IoBuffer _data) |
protected static DiffEntry |
Structures.inlindeDecodeDiffEntry(BinaryContext _context,
IoBuffer _data) |
protected static FactoryInformation |
Structures.inlindeDecodeFactoryInformation(BinaryContext _context,
IoBuffer _data) |
protected static void |
Structures.inlineEncodeConfigurationInformation(BinaryContext context,
IoBuffer data,
ConfigurationInformation value) |
protected static void |
Structures.inlineEncodeDiffEntry(BinaryContext context,
IoBuffer data,
DiffEntry value) |
protected static void |
Structures.inlineEncodeFactoryInformation(BinaryContext context,
IoBuffer data,
FactoryInformation value) |
| Modifier and Type | Method and Description |
|---|---|
ApplyDiffRequest |
ApplyDiffRequest.decodeMessage(BinaryContext _context,
IoBuffer _data) |
ApplyDiffResponse |
ApplyDiffResponse.decodeMessage(BinaryContext _context,
IoBuffer _data) |
ErrorResponse |
ErrorResponse.decodeMessage(BinaryContext _context,
IoBuffer _data) |
GetConfigurationRequest |
GetConfigurationRequest.decodeMessage(BinaryContext _context,
IoBuffer _data) |
GetConfigurationResponse |
GetConfigurationResponse.decodeMessage(BinaryContext _context,
IoBuffer _data) |
GetFactoriesRequest |
GetFactoriesRequest.decodeMessage(BinaryContext _context,
IoBuffer _data) |
GetFactoriesResponse |
GetFactoriesResponse.decodeMessage(BinaryContext _context,
IoBuffer _data) |
GetFactoryWithDataRequest |
GetFactoryWithDataRequest.decodeMessage(BinaryContext _context,
IoBuffer _data) |
GetFactoryWithDataResponse |
GetFactoryWithDataResponse.decodeMessage(BinaryContext _context,
IoBuffer _data) |
IoBuffer |
ApplyDiffRequest.encodeMessage(BinaryContext context,
java.lang.Object objectMessage) |
IoBuffer |
ApplyDiffResponse.encodeMessage(BinaryContext context,
java.lang.Object objectMessage) |
IoBuffer |
ErrorResponse.encodeMessage(BinaryContext context,
java.lang.Object objectMessage) |
IoBuffer |
GetConfigurationRequest.encodeMessage(BinaryContext context,
java.lang.Object objectMessage) |
IoBuffer |
GetConfigurationResponse.encodeMessage(BinaryContext context,
java.lang.Object objectMessage) |
IoBuffer |
GetFactoriesRequest.encodeMessage(BinaryContext context,
java.lang.Object objectMessage) |
IoBuffer |
GetFactoriesResponse.encodeMessage(BinaryContext context,
java.lang.Object objectMessage) |
IoBuffer |
GetFactoryWithDataRequest.encodeMessage(BinaryContext context,
java.lang.Object objectMessage) |
IoBuffer |
GetFactoryWithDataResponse.encodeMessage(BinaryContext context,
java.lang.Object objectMessage) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultBinaryContext |
| Modifier and Type | Field and Description |
|---|---|
protected BinaryContext |
BinaryProtocolDescriptor.binaryContext |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
BinaryMessageCodec.decodeMessage(BinaryContext context,
IoBuffer data) |
IoBuffer |
BinaryMessageCodec.encodeMessage(BinaryContext context,
java.lang.Object message) |
| Constructor and Description |
|---|
BinaryProtocol(BinaryContext context,
java.util.Collection<BinaryMessageCodec> codecs) |
BinaryProtocolDescriptor(BinaryContext binaryContext) |
| Modifier and Type | Method and Description |
|---|---|
static org.eclipse.scada.protocol.ngp.common.mc.protocol.ProtocolDescriptor |
ProtocolFactory.createProtocolDescriptor(BinaryContext binaryContext) |
static CallbackRequest |
Structures.decodeCallbackRequest(BinaryContext context,
IoBuffer data,
boolean allowNull) |
protected static <T extends java.util.Collection<CallbackRequest>> |
Structures.decodeCallbackRequestCollection(BinaryContext context,
IoBuffer data,
|
static CallbackResponse |
Structures.decodeCallbackResponse(BinaryContext context,
IoBuffer data,
boolean allowNull) |
protected static <T extends java.util.Collection<CallbackResponse>> |
Structures.decodeCallbackResponseCollection(BinaryContext context,
IoBuffer data,
|
static ErrorInformation |
Structures.decodeErrorInformation(BinaryContext context,
IoBuffer data,
boolean allowNull) |
protected static <T extends java.util.Collection<ErrorInformation>> |
Structures.decodeErrorInformationCollection(BinaryContext context,
IoBuffer data,
|
static java.util.List<CallbackRequest> |
Structures.decodeListCallbackRequest(BinaryContext context,
IoBuffer data,
boolean allowNull) |
static java.util.List<CallbackResponse> |
Structures.decodeListCallbackResponse(BinaryContext context,
IoBuffer data,
boolean allowNull) |
static java.util.List<ErrorInformation> |
Structures.decodeListErrorInformation(BinaryContext context,
IoBuffer data,
boolean allowNull) |
static java.util.List<OperationParameters> |
Structures.decodeListOperationParameters(BinaryContext context,
IoBuffer data,
boolean allowNull) |
static java.util.List<Request> |
Structures.decodeListRequest(BinaryContext context,
IoBuffer data,
boolean allowNull) |
static java.util.List<Response> |
Structures.decodeListResponse(BinaryContext context,
IoBuffer data,
boolean allowNull) |
static java.util.List<UserInformation> |
Structures.decodeListUserInformation(BinaryContext context,
IoBuffer data,
boolean allowNull) |
static OperationParameters |
Structures.decodeOperationParameters(BinaryContext context,
IoBuffer data,
boolean allowNull) |
protected static <T extends java.util.Collection<OperationParameters>> |
Structures.decodeOperationParametersCollection(BinaryContext context,
IoBuffer data,
|
static Request |
Structures.decodeRequest(BinaryContext context,
IoBuffer data,
boolean allowNull) |
protected static <T extends java.util.Collection<Request>> |
Structures.decodeRequestCollection(BinaryContext context,
IoBuffer data,
|
static Response |
Structures.decodeResponse(BinaryContext context,
IoBuffer data,
boolean allowNull) |
protected static <T extends java.util.Collection<Response>> |
Structures.decodeResponseCollection(BinaryContext context,
IoBuffer data,
|
static java.util.Set<CallbackRequest> |
Structures.decodeSetCallbackRequest(BinaryContext context,
IoBuffer data,
boolean allowNull) |
static java.util.Set<CallbackResponse> |
Structures.decodeSetCallbackResponse(BinaryContext context,
IoBuffer data,
boolean allowNull) |
static java.util.Set<ErrorInformation> |
Structures.decodeSetErrorInformation(BinaryContext context,
IoBuffer data,
boolean allowNull) |
static java.util.Set<OperationParameters> |
Structures.decodeSetOperationParameters(BinaryContext context,
IoBuffer data,
boolean allowNull) |
static java.util.Set<Request> |
Structures.decodeSetRequest(BinaryContext context,
IoBuffer data,
boolean allowNull) |
static java.util.Set<Response> |
Structures.decodeSetResponse(BinaryContext context,
IoBuffer data,
boolean allowNull) |
static java.util.Set<UserInformation> |
Structures.decodeSetUserInformation(BinaryContext context,
IoBuffer data,
boolean allowNull) |
static UserInformation |
Structures.decodeUserInformation(BinaryContext context,
IoBuffer data,
boolean allowNull) |
protected static <T extends java.util.Collection<UserInformation>> |
Structures.decodeUserInformationCollection(BinaryContext context,
IoBuffer data,
|
static void |
Structures.encodeCallbackRequest(BinaryContext context,
IoBuffer data,
byte fieldNumber,
CallbackRequest value) |
static void |
Structures.encodeCallbackResponse(BinaryContext context,
IoBuffer data,
byte fieldNumber,
CallbackResponse value) |
static void |
Structures.encodeCollectionCallbackRequest(BinaryContext context,
IoBuffer data,
byte fieldNumber,
java.util.Collection<CallbackRequest> values) |
static void |
Structures.encodeCollectionCallbackResponse(BinaryContext context,
IoBuffer data,
byte fieldNumber,
java.util.Collection<CallbackResponse> values) |
static void |
Structures.encodeCollectionErrorInformation(BinaryContext context,
IoBuffer data,
byte fieldNumber,
java.util.Collection<ErrorInformation> values) |
static void |
Structures.encodeCollectionOperationParameters(BinaryContext context,
IoBuffer data,
byte fieldNumber,
java.util.Collection<OperationParameters> values) |
static void |
Structures.encodeCollectionRequest(BinaryContext context,
IoBuffer data,
byte fieldNumber,
java.util.Collection<Request> values) |
static void |
Structures.encodeCollectionResponse(BinaryContext context,
IoBuffer data,
byte fieldNumber,
java.util.Collection<Response> values) |
static void |
Structures.encodeCollectionUserInformation(BinaryContext context,
IoBuffer data,
byte fieldNumber,
java.util.Collection<UserInformation> values) |
static void |
Structures.encodeErrorInformation(BinaryContext context,
IoBuffer data,
byte fieldNumber,
ErrorInformation value) |
static void |
Structures.encodeOperationParameters(BinaryContext context,
IoBuffer data,
byte fieldNumber,
OperationParameters value) |
static void |
Structures.encodeRequest(BinaryContext context,
IoBuffer data,
byte fieldNumber,
Request value) |
static void |
Structures.encodeResponse(BinaryContext context,
IoBuffer data,
byte fieldNumber,
Response value) |
static void |
Structures.encodeUserInformation(BinaryContext context,
IoBuffer data,
byte fieldNumber,
UserInformation value) |
protected static void |
Structures.fillCallbackRequestCollection(BinaryContext context,
IoBuffer data,
int items,
java.util.Collection<CallbackRequest> values) |
protected static void |
Structures.fillCallbackResponseCollection(BinaryContext context,
IoBuffer data,
int items,
java.util.Collection<CallbackResponse> values) |
protected static void |
Structures.fillErrorInformationCollection(BinaryContext context,
IoBuffer data,
int items,
java.util.Collection<ErrorInformation> values) |
protected static void |
Structures.fillOperationParametersCollection(BinaryContext context,
IoBuffer data,
int items,
java.util.Collection<OperationParameters> values) |
protected static void |
Structures.fillRequestCollection(BinaryContext context,
IoBuffer data,
int items,
java.util.Collection<Request> values) |
protected static void |
Structures.fillResponseCollection(BinaryContext context,
IoBuffer data,
int items,
java.util.Collection<Response> values) |
protected static void |
Structures.fillUserInformationCollection(BinaryContext context,
IoBuffer data,
int items,
java.util.Collection<UserInformation> values) |
protected static CallbackRequest |
Structures.inlindeDecodeCallbackRequest(BinaryContext _context,
IoBuffer _data) |
protected static CallbackResponse |
Structures.inlindeDecodeCallbackResponse(BinaryContext _context,
IoBuffer _data) |
protected static ErrorInformation |
Structures.inlindeDecodeErrorInformation(BinaryContext _context,
IoBuffer _data) |
protected static OperationParameters |
Structures.inlindeDecodeOperationParameters(BinaryContext _context,
IoBuffer _data) |
protected static Request |
Structures.inlindeDecodeRequest(BinaryContext _context,
IoBuffer _data) |
protected static Response |
Structures.inlindeDecodeResponse(BinaryContext _context,
IoBuffer _data) |
protected static UserInformation |
Structures.inlindeDecodeUserInformation(BinaryContext _context,
IoBuffer _data) |
protected static void |
Structures.inlineEncodeCallbackRequest(BinaryContext context,
IoBuffer data,
CallbackRequest value) |
protected static void |
Structures.inlineEncodeCallbackResponse(BinaryContext context,
IoBuffer data,
CallbackResponse value) |
protected static void |
Structures.inlineEncodeErrorInformation(BinaryContext context,
IoBuffer data,
ErrorInformation value) |
protected static void |
Structures.inlineEncodeOperationParameters(BinaryContext context,
IoBuffer data,
OperationParameters value) |
protected static void |
Structures.inlineEncodeRequest(BinaryContext context,
IoBuffer data,
Request value) |
protected static void |
Structures.inlineEncodeResponse(BinaryContext context,
IoBuffer data,
Response value) |
protected static void |
Structures.inlineEncodeUserInformation(BinaryContext context,
IoBuffer data,
UserInformation value) |
| Modifier and Type | Method and Description |
|---|---|
CreateSession |
CreateSession.decodeMessage(BinaryContext _context,
IoBuffer _data) |
RequestCallbacks |
RequestCallbacks.decodeMessage(BinaryContext _context,
IoBuffer _data) |
RespondCallbacks |
RespondCallbacks.decodeMessage(BinaryContext _context,
IoBuffer _data) |
SessionAccepted |
SessionAccepted.decodeMessage(BinaryContext _context,
IoBuffer _data) |
SessionPrivilegesChanged |
SessionPrivilegesChanged.decodeMessage(BinaryContext _context,
IoBuffer _data) |
SessionRejected |
SessionRejected.decodeMessage(BinaryContext _context,
IoBuffer _data) |
IoBuffer |
CreateSession.encodeMessage(BinaryContext context,
java.lang.Object objectMessage) |
IoBuffer |
RequestCallbacks.encodeMessage(BinaryContext context,
java.lang.Object objectMessage) |
IoBuffer |
RespondCallbacks.encodeMessage(BinaryContext context,
java.lang.Object objectMessage) |
IoBuffer |
SessionAccepted.encodeMessage(BinaryContext context,
java.lang.Object objectMessage) |
IoBuffer |
SessionPrivilegesChanged.encodeMessage(BinaryContext context,
java.lang.Object objectMessage) |
IoBuffer |
SessionRejected.encodeMessage(BinaryContext context,
java.lang.Object objectMessage) |
| Modifier and Type | Method and Description |
|---|---|
static org.eclipse.scada.protocol.ngp.common.mc.protocol.ProtocolDescriptor |
ProtocolFactory.createProtocolDescriptor(BinaryContext binaryContext) |
static AttributeWriteResultEntry |
Structures.decodeAttributeWriteResultEntry(BinaryContext context,
IoBuffer data,
boolean allowNull) |
protected static <T extends java.util.Collection<AttributeWriteResultEntry>> |
Structures.decodeAttributeWriteResultEntryCollection(BinaryContext context,
IoBuffer data,
|
static BrowserEntry |
Structures.decodeBrowserEntry(BinaryContext context,
IoBuffer data,
boolean allowNull) |
protected static <T extends java.util.Collection<BrowserEntry>> |
Structures.decodeBrowserEntryCollection(BinaryContext context,
IoBuffer data,
|
static java.util.List<AttributeWriteResultEntry> |
Structures.decodeListAttributeWriteResultEntry(BinaryContext context,
IoBuffer data,
boolean allowNull) |
static java.util.List<BrowserEntry> |
Structures.decodeListBrowserEntry(BinaryContext context,
IoBuffer data,
boolean allowNull) |
static java.util.Set<AttributeWriteResultEntry> |
Structures.decodeSetAttributeWriteResultEntry(BinaryContext context,
IoBuffer data,
boolean allowNull) |
static java.util.Set<BrowserEntry> |
Structures.decodeSetBrowserEntry(BinaryContext context,
IoBuffer data,
boolean allowNull) |
static void |
Structures.encodeAttributeWriteResultEntry(BinaryContext context,
IoBuffer data,
byte fieldNumber,
AttributeWriteResultEntry value) |
static void |
Structures.encodeBrowserEntry(BinaryContext context,
IoBuffer data,
byte fieldNumber,
BrowserEntry value) |
static void |
Structures.encodeCollectionAttributeWriteResultEntry(BinaryContext context,
IoBuffer data,
byte fieldNumber,
java.util.Collection<AttributeWriteResultEntry> values) |
static void |
Structures.encodeCollectionBrowserEntry(BinaryContext context,
IoBuffer data,
byte fieldNumber,
java.util.Collection<BrowserEntry> values) |
protected static void |
Structures.fillAttributeWriteResultEntryCollection(BinaryContext context,
IoBuffer data,
int items,
java.util.Collection<AttributeWriteResultEntry> values) |
protected static void |
Structures.fillBrowserEntryCollection(BinaryContext context,
IoBuffer data,
int items,
java.util.Collection<BrowserEntry> values) |
protected static AttributeWriteResultEntry |
Structures.inlindeDecodeAttributeWriteResultEntry(BinaryContext _context,
IoBuffer _data) |
protected static BrowserEntry |
Structures.inlindeDecodeBrowserEntry(BinaryContext _context,
IoBuffer _data) |
protected static void |
Structures.inlineEncodeAttributeWriteResultEntry(BinaryContext context,
IoBuffer data,
AttributeWriteResultEntry value) |
protected static void |
Structures.inlineEncodeBrowserEntry(BinaryContext context,
IoBuffer data,
BrowserEntry value) |
| Modifier and Type | Method and Description |
|---|---|
BrowseFolder |
BrowseFolder.decodeMessage(BinaryContext _context,
IoBuffer _data) |
BrowseResult |
BrowseResult.decodeMessage(BinaryContext _context,
IoBuffer _data) |
FolderDataUpdate |
FolderDataUpdate.decodeMessage(BinaryContext _context,
IoBuffer _data) |
ItemDataUpdate |
ItemDataUpdate.decodeMessage(BinaryContext _context,
IoBuffer _data) |
ItemStateUpdate |
ItemStateUpdate.decodeMessage(BinaryContext _context,
IoBuffer _data) |
StartWriteAttributes |
StartWriteAttributes.decodeMessage(BinaryContext _context,
IoBuffer _data) |
StartWriteValue |
StartWriteValue.decodeMessage(BinaryContext _context,
IoBuffer _data) |
SubscribeFolder |
SubscribeFolder.decodeMessage(BinaryContext _context,
IoBuffer _data) |
SubscribeItem |
SubscribeItem.decodeMessage(BinaryContext _context,
IoBuffer _data) |
UnsubscibeItem |
UnsubscibeItem.decodeMessage(BinaryContext _context,
IoBuffer _data) |
UnsubscribeFolder |
UnsubscribeFolder.decodeMessage(BinaryContext _context,
IoBuffer _data) |
WriteAttributesResult |
WriteAttributesResult.decodeMessage(BinaryContext _context,
IoBuffer _data) |
WriteValueResult |
WriteValueResult.decodeMessage(BinaryContext _context,
IoBuffer _data) |
IoBuffer |
BrowseFolder.encodeMessage(BinaryContext context,
java.lang.Object objectMessage) |
IoBuffer |
BrowseResult.encodeMessage(BinaryContext context,
java.lang.Object objectMessage) |
IoBuffer |
FolderDataUpdate.encodeMessage(BinaryContext context,
java.lang.Object objectMessage) |
IoBuffer |
ItemDataUpdate.encodeMessage(BinaryContext context,
java.lang.Object objectMessage) |
IoBuffer |
ItemStateUpdate.encodeMessage(BinaryContext context,
java.lang.Object objectMessage) |
IoBuffer |
StartWriteAttributes.encodeMessage(BinaryContext context,
java.lang.Object objectMessage) |
IoBuffer |
StartWriteValue.encodeMessage(BinaryContext context,
java.lang.Object objectMessage) |
IoBuffer |
SubscribeFolder.encodeMessage(BinaryContext context,
java.lang.Object objectMessage) |
IoBuffer |
SubscribeItem.encodeMessage(BinaryContext context,
java.lang.Object objectMessage) |
IoBuffer |
UnsubscibeItem.encodeMessage(BinaryContext context,
java.lang.Object objectMessage) |
IoBuffer |
UnsubscribeFolder.encodeMessage(BinaryContext context,
java.lang.Object objectMessage) |
IoBuffer |
WriteAttributesResult.encodeMessage(BinaryContext context,
java.lang.Object objectMessage) |
IoBuffer |
WriteValueResult.encodeMessage(BinaryContext context,
java.lang.Object objectMessage) |
| Modifier and Type | Method and Description |
|---|---|
static org.eclipse.scada.protocol.ngp.common.mc.protocol.ProtocolDescriptor |
ProtocolFactory.createProtocolDescriptor(BinaryContext binaryContext) |
static HistoricalItemInformation |
Structures.decodeHistoricalItemInformation(BinaryContext context,
IoBuffer data,
boolean allowNull) |
protected static <T extends java.util.Collection<HistoricalItemInformation>> |
Structures.decodeHistoricalItemInformationCollection(BinaryContext context,
IoBuffer data,
|
static java.util.List<HistoricalItemInformation> |
Structures.decodeListHistoricalItemInformation(BinaryContext context,
IoBuffer data,
boolean allowNull) |
static java.util.List<QueryParameters> |
Structures.decodeListQueryParameters(BinaryContext context,
IoBuffer data,
boolean allowNull) |
static java.util.List<ValueEntry> |
Structures.decodeListValueEntry(BinaryContext context,
IoBuffer data,
boolean allowNull) |
static java.util.List<ValueInformation> |
Structures.decodeListValueInformation(BinaryContext context,
IoBuffer data,
boolean allowNull) |
static QueryParameters |
Structures.decodeQueryParameters(BinaryContext context,
IoBuffer data,
boolean allowNull) |
protected static <T extends java.util.Collection<QueryParameters>> |
Structures.decodeQueryParametersCollection(BinaryContext context,
IoBuffer data,
|
static java.util.Set<HistoricalItemInformation> |
Structures.decodeSetHistoricalItemInformation(BinaryContext context,
IoBuffer data,
boolean allowNull) |
static java.util.Set<QueryParameters> |
Structures.decodeSetQueryParameters(BinaryContext context,
IoBuffer data,
boolean allowNull) |
static java.util.Set<ValueEntry> |
Structures.decodeSetValueEntry(BinaryContext context,
IoBuffer data,
boolean allowNull) |
static java.util.Set<ValueInformation> |
Structures.decodeSetValueInformation(BinaryContext context,
IoBuffer data,
boolean allowNull) |
static ValueEntry |
Structures.decodeValueEntry(BinaryContext context,
IoBuffer data,
boolean allowNull) |
protected static <T extends java.util.Collection<ValueEntry>> |
Structures.decodeValueEntryCollection(BinaryContext context,
IoBuffer data,
|
static ValueInformation |
Structures.decodeValueInformation(BinaryContext context,
IoBuffer data,
boolean allowNull) |
protected static <T extends java.util.Collection<ValueInformation>> |
Structures.decodeValueInformationCollection(BinaryContext context,
IoBuffer data,
|
static void |
Structures.encodeCollectionHistoricalItemInformation(BinaryContext context,
IoBuffer data,
byte fieldNumber,
java.util.Collection<HistoricalItemInformation> values) |
static void |
Structures.encodeCollectionQueryParameters(BinaryContext context,
IoBuffer data,
byte fieldNumber,
java.util.Collection<QueryParameters> values) |
static void |
Structures.encodeCollectionValueEntry(BinaryContext context,
IoBuffer data,
byte fieldNumber,
java.util.Collection<ValueEntry> values) |
static void |
Structures.encodeCollectionValueInformation(BinaryContext context,
IoBuffer data,
byte fieldNumber,
java.util.Collection<ValueInformation> values) |
static void |
Structures.encodeHistoricalItemInformation(BinaryContext context,
IoBuffer data,
byte fieldNumber,
HistoricalItemInformation value) |
static void |
Structures.encodeQueryParameters(BinaryContext context,
IoBuffer data,
byte fieldNumber,
QueryParameters value) |
static void |
Structures.encodeValueEntry(BinaryContext context,
IoBuffer data,
byte fieldNumber,
ValueEntry value) |
static void |
Structures.encodeValueInformation(BinaryContext context,
IoBuffer data,
byte fieldNumber,
ValueInformation value) |
protected static void |
Structures.fillHistoricalItemInformationCollection(BinaryContext context,
IoBuffer data,
int items,
java.util.Collection<HistoricalItemInformation> values) |
protected static void |
Structures.fillQueryParametersCollection(BinaryContext context,
IoBuffer data,
int items,
java.util.Collection<QueryParameters> values) |
protected static void |
Structures.fillValueEntryCollection(BinaryContext context,
IoBuffer data,
int items,
java.util.Collection<ValueEntry> values) |
protected static void |
Structures.fillValueInformationCollection(BinaryContext context,
IoBuffer data,
int items,
java.util.Collection<ValueInformation> values) |
protected static HistoricalItemInformation |
Structures.inlindeDecodeHistoricalItemInformation(BinaryContext _context,
IoBuffer _data) |
protected static QueryParameters |
Structures.inlindeDecodeQueryParameters(BinaryContext _context,
IoBuffer _data) |
protected static ValueEntry |
Structures.inlindeDecodeValueEntry(BinaryContext _context,
IoBuffer _data) |
protected static ValueInformation |
Structures.inlindeDecodeValueInformation(BinaryContext _context,
IoBuffer _data) |
protected static void |
Structures.inlineEncodeHistoricalItemInformation(BinaryContext context,
IoBuffer data,
HistoricalItemInformation value) |
protected static void |
Structures.inlineEncodeQueryParameters(BinaryContext context,
IoBuffer data,
QueryParameters value) |
protected static void |
Structures.inlineEncodeValueEntry(BinaryContext context,
IoBuffer data,
ValueEntry value) |
protected static void |
Structures.inlineEncodeValueInformation(BinaryContext context,
IoBuffer data,
ValueInformation value) |
| Modifier and Type | Method and Description |
|---|---|
ChangeQueryParameters |
ChangeQueryParameters.decodeMessage(BinaryContext _context,
IoBuffer _data) |
CloseQuery |
CloseQuery.decodeMessage(BinaryContext _context,
IoBuffer _data) |
CreateQuery |
CreateQuery.decodeMessage(BinaryContext _context,
IoBuffer _data) |
CreateQueryFailure |
CreateQueryFailure.decodeMessage(BinaryContext _context,
IoBuffer _data) |
ListUpdate |
ListUpdate.decodeMessage(BinaryContext _context,
IoBuffer _data) |
StartBrowse |
StartBrowse.decodeMessage(BinaryContext _context,
IoBuffer _data) |
StopBrowse |
StopBrowse.decodeMessage(BinaryContext _context,
IoBuffer _data) |
UpdateQueryData |
UpdateQueryData.decodeMessage(BinaryContext _context,
IoBuffer _data) |
UpdateQueryParameters |
UpdateQueryParameters.decodeMessage(BinaryContext _context,
IoBuffer _data) |
UpdateQueryState |
UpdateQueryState.decodeMessage(BinaryContext _context,
IoBuffer _data) |
IoBuffer |
ChangeQueryParameters.encodeMessage(BinaryContext context,
java.lang.Object objectMessage) |
IoBuffer |
CloseQuery.encodeMessage(BinaryContext context,
java.lang.Object objectMessage) |
IoBuffer |
CreateQuery.encodeMessage(BinaryContext context,
java.lang.Object objectMessage) |
IoBuffer |
CreateQueryFailure.encodeMessage(BinaryContext context,
java.lang.Object objectMessage) |
IoBuffer |
ListUpdate.encodeMessage(BinaryContext context,
java.lang.Object objectMessage) |
IoBuffer |
StartBrowse.encodeMessage(BinaryContext context,
java.lang.Object objectMessage) |
IoBuffer |
StopBrowse.encodeMessage(BinaryContext context,
java.lang.Object objectMessage) |
IoBuffer |
UpdateQueryData.encodeMessage(BinaryContext context,
java.lang.Object objectMessage) |
IoBuffer |
UpdateQueryParameters.encodeMessage(BinaryContext context,
java.lang.Object objectMessage) |
IoBuffer |
UpdateQueryState.encodeMessage(BinaryContext context,
java.lang.Object objectMessage) |
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