Uses of Class
jmri.jmrix.powerline.simulator.SpecificMessage
-
Packages that use SpecificMessage Package Description jmri.jmrix.powerline.simulator -
-
Uses of SpecificMessage in jmri.jmrix.powerline.simulator
Methods in jmri.jmrix.powerline.simulator that return SpecificMessage Modifier and Type Method Description static SpecificMessageSpecificMessage. getExtCmd(int housecode, int devicecode, int function, int dimcode)static SpecificMessageSpecificMessage. getInsteonAddress(int idhighbyte, int idmiddlebyte, int idlowbyte)static SpecificMessageSpecificMessage. getInsteonFunction(int idhighbyte, int idmiddlebyte, int idlowbyte, int function, int flag, int cmd1, int cmd2)static SpecificMessageSpecificMessage. getX10Address(int housecode, int devicecode)create an Insteon message with the X10 addressstatic SpecificMessageSpecificMessage. getX10AddressDim(int housecode, int devicecode, int dimcode)create an Insteon message with the X10 address and dim stepsstatic SpecificMessageSpecificMessage. getX10Function(int housecode, int function)static SpecificMessageSpecificMessage. getX10FunctionDim(int housecode, int function, int dimcode)
-