public class ECControllerHandler
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
cvsRev |
static int |
debugLevel |
Modifier and Type | Method and Description |
---|---|
static ECControllerHandler |
getHandlerForDeviceId(int theDeviceId)
Give a standard way of getting a handler for a specific device id
|
ECV |
registerECID(ECID theId,
ECV theECV)
New Equipment Constant Send
public boolean S2F15 (SecsMsg msg) {
S2F16 reply = new S2F16(new EAC(setECs((S2F15)msg)));
reply.setPrimaryMessage(msg);
reply.sendMessage();
return true;
}
|
boolean |
S2F14(SecsMsg msg)
Captures the reply messages for the controller asking for the latest EC
|
boolean |
S2F16(SecsMsg msg)
Captures the reply messages for the controller asking for the latest EC
|
public static final java.lang.String cvsRev
public static int debugLevel
public static ECControllerHandler getHandlerForDeviceId(int theDeviceId)
public ECV registerECID(ECID theId, ECV theECV)
public boolean S2F14(SecsMsg msg)
public boolean S2F16(SecsMsg msg)
Copyright © 1999-2025 ErgoTech Systems, Inc. All Rights Reserved.