Package | Description |
---|---|
com.ergotech.transsecs.secs | |
TransSECS |
Modifier and Type | Class and Description |
---|---|
class |
VIBInMessageBean |
class |
VIBInOutMessageBean |
class |
VIBOutMessageBean |
Modifier and Type | Field and Description |
---|---|
VIBMessageBean |
TransSecsController.lastProcessed
The last message that was processed.
|
Modifier and Type | Method and Description |
---|---|
<T extends VIBMessageBean> |
TransSecsController.getMessageBean(java.lang.String name) |
<T extends VIBMessageBean> |
VIBMessageBean.sendMessageAndWait()
Sends the message and waits for the response.
|
<T extends VIBMessageBean> |
VIBMessageBean.sendMessageAndWait(int deviceId)
Sends the message and waits for the response.
|
Modifier and Type | Method and Description |
---|---|
VIBMessageBean |
TransSecsController.getMatchingPrimary(SecsMsg msg)
Returns the VIBMessageBean matching the system bytes of the provided
SecsMsg or null if there is no matching message.
|
VIBMessageBean |
TransSecsController.getMatchingResponse(SecsMsg msg)
Returns VIBMessageBean that represents the response to the SecsMsg provided
or null if no response can be found.
|
static VIBMessageBean |
VIBMessageBean.getResponse(java.lang.String messageName)
Returns the response message by string
|
VIBMessageBean |
VIBMessageBean.getResponseMessage()
Sets the response message by string.
|
VIBMessageBean |
TransSecsController.newInstance(java.lang.String className)
Returns a new instance of a class with the given name in the class package of this controller.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<VIBMessageBean> |
TransSecsController.getAllMessages()
Returns a list of all messages
|
java.util.List<VIBMessageBean> |
TransSecsController.getAutoResponseMessages()
Returns a list of messages to which we are expected to automatically
respond.
|
java.util.Map<java.lang.Integer,VIBMessageBean> |
TransSecsController.getUnhandledPrimaries() |
Modifier and Type | Method and Description |
---|---|
void |
MessageNotifier.messageReceived(int status,
VIBMessageBean message)
Called on a recieved message.
|
void |
TransSecsController.registerEventComponents(VIBMessageBean source)
This will register all the RPTIDs and VID associated with a report message.
|
static void |
TransSecsController.registerInstance(VIBMessageBean messageBean)
Register an instance of a VIBMessageBean.
|
boolean |
TransSecsController.sendResponse(VIBMessageBean msg,
SecsMsg incoming)
/** This method will send a response to a received message.
|
static void |
VIBMessageBean.setResponse(java.lang.String messageName,
VIBMessageBean message)
Sets the response message by string
|
static void |
TransSecsController.unregisterInstance(VIBMessageBean messageBean)
Unregister an instance of a VIBMessageBean.
|
Modifier and Type | Field and Description |
---|---|
VIBMessageBean |
MessageNotifierEventArgs.Message
The primary message.
|
Modifier and Type | Method and Description |
---|---|
VIBMessageBean |
MessageNotifierEventArgs.get_Message() |
VIBMessageBean |
GemIDConnection.getMessage(java.lang.String messageName)
Returns a message that can be sent from the interface.
|
Modifier and Type | Method and Description |
---|---|
void |
MessageReceiveNotifier.messageReceived(int status,
VIBMessageBean message)
MessageNotifier interface
|
void |
MessageNotifierEventArgs.set_Messages(VIBMessageBean Message) |
Copyright © 1999-2021 ErgoTech Systems, Inc. All Rights Reserved.