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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getAddressHigh()
int
getAddressLow()
int
getAddressMiddle()
boolean
isAddress()
boolean
isFunction()
-
-
-
Method Detail
-
isAddress
boolean isAddress()
-
isFunction
boolean isFunction()
-
getAddressHigh
int getAddressHigh()
-
getAddressMiddle
int getAddressMiddle()
-
getAddressLow
int getAddressLow()
-
-