Package jmri.jmrix.powerline
Class InsteonSequence.Function
java.lang.Object
jmri.jmrix.powerline.InsteonSequence.Function
- All Implemented Interfaces:
InsteonSequence.Command
- Enclosing class:
- InsteonSequence
Represent a single "do function" Insteon command
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) int(package private) int(package private) int(package private) int(package private) int(package private) int(package private) int -
Constructor Summary
ConstructorsConstructorDescriptionFunction(int idhighbyte, int idmiddlebyte, int idlowbyte, int function, int flag, int command1, int command2) -
Method Summary
-
Field Details
-
idhighbyte
int idhighbyte -
idmiddlebyte
int idmiddlebyte -
idlowbyte
int idlowbyte -
function
int function -
flag
int flag -
command1
int command1 -
command2
int command2
-
-
Constructor Details
-
Function
public Function(int idhighbyte, int idmiddlebyte, int idlowbyte, int function, int flag, int command1, int command2)
-
-
Method Details
-
getAddressHigh
- Specified by:
getAddressHighin interfaceInsteonSequence.Command
-
getAddressMiddle
- Specified by:
getAddressMiddlein interfaceInsteonSequence.Command
-
getAddressLow
- Specified by:
getAddressLowin interfaceInsteonSequence.Command
-
getFunction
-
getFlag
-
getCommand1
-
getCommand2
-
isAddress
- Specified by:
isAddressin interfaceInsteonSequence.Command
-
isFunction
- Specified by:
isFunctionin interfaceInsteonSequence.Command
-