Package jmri.jmrix.powerline
Interface InsteonSequence.Command
- All Known Implementing Classes:
InsteonSequence.Address,InsteonSequence.ExtData,InsteonSequence.Function
- Enclosing class:
- InsteonSequence
public static interface InsteonSequence.Command
Represent a single Insteon command, which is either a "set address" or
"do function" operation
-
Method Summary
Modifier and TypeMethodDescriptionintintintbooleanboolean
-
Method Details
-
isAddress
boolean isAddress() -
isFunction
boolean isFunction() -
getAddressHigh
int getAddressHigh() -
getAddressMiddle
int getAddressMiddle() -
getAddressLow
int getAddressLow()
-