Package | Description |
---|---|
com.ergotech.secs | |
com.ergotech.secs.gem | |
com.ergotech.transsecs.secs |
Modifier and Type | Class and Description |
---|---|
class |
HSMSActiveWrapper |
class |
HSMSPassiveWrapper |
class |
HSMSWrapper |
class |
SecsIWrapper
This is the wrapper for the SECSI interface.
|
class |
TerminalServerWrapper
This is the wrapper for a SECSI interface over ethernet through a terminal
server or similar.
|
Constructor and Description |
---|
PassThroughMessageHandler(WrapperInterface fromWrapper,
WrapperInterface toWrapper,
int sessionId)
This constructor creates the message handler with sufficient information to make the pass through.
|
Modifier and Type | Method and Description |
---|---|
WrapperInterface |
GemEquipment.getWrapper()
This returns the wrapper.
|
Modifier and Type | Method and Description |
---|---|
EquipmentControlInterface |
GemEquipment.registerWrapperForEquipmentControl(WrapperInterface wrapper)
If you register with this method, the you will have access to the GemEquipment
or the equipment control (both the same object).
|
GemEquipmentInterface |
GemEquipment.registerWrapperForGemEquipment(WrapperInterface wrapper)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
WrapperInterface |
TransSecsController.getEquipmentWrapper()
Returns the only passiveWrapper we know about, the passive (equipment) passiveWrapper.
|
WrapperInterface |
TransSecsController.getWrapper(int whichWrapper)
Returns a passiveWrapper for the give defined constant.
|
WrapperInterface |
TransSecsVoyeur.getWrapper(int whichWrapper)
Returns a wrapper for the give defined constant.
|
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
TransSecsController.getWrapperDescription(WrapperInterface wrapper)
Get the wrapper description.
|
boolean |
VoyeurPassThroughMessageHandler.processMessage(SecsMsg msg,
WrapperInterface toWrapper)
Process the message and send it to the appropriate wrapper.
|
Constructor and Description |
---|
VoyeurPassThroughMessageHandler(WrapperInterface hostWrapper,
WrapperInterface equipmentWrapper,
int sessionId)
This constructor creates the message handler with sufficient information to make the pass through.
|
Copyright © 1999-2021 ErgoTech Systems, Inc. All Rights Reserved.