Package jmri.jmrix.powerline
Interface X10Sequence.Command
-
- All Known Implementing Classes:
X10Sequence.Address
,X10Sequence.ExtData
,X10Sequence.Function
- Enclosing class:
- X10Sequence
public static interface X10Sequence.Command
Represent a single X10 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
getHouseCode()
boolean
isAddress()
boolean
isFunction()
-
-
-
Method Detail
-
isAddress
boolean isAddress()
-
isFunction
boolean isFunction()
-
getHouseCode
int getHouseCode()
-
-