Package | Description |
---|---|
com.ergotech.secs |
Modifier and Type | Method and Description |
---|---|
boolean |
ECID.equals(ECID newData)
Performs a comparision of the string value this object to the string value the passed object.
|
ECV |
ECControllerHandler.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;
}
|
static ECV |
Event.registerECID(int session,
ECID theId,
ECV theECV) |
Constructor and Description |
---|
S100F13(ECID onlyOne)
Creates this message from one ECID.
|
S2F13(ECID onlyOne)
Creates this message from one ECID.
|
S2F15(ECID s1,
ECV s2)
Creates a new S2F15 message taking the data from the passed parameters.
|
S2F29(ECID onlyOne)
Creates this message from one ECID.
|
S2F30(ECID s1,
ECNAME s2,
ECMIN s3,
ECMAX s4,
ECDEF s5,
UNITS s6)
Creates a new S2F30 message taking the data from the passed parameters.
|
Copyright © 1999-2021 ErgoTech Systems, Inc. All Rights Reserved.