Package jmri.jmrix.powerline
Class InsteonSequence.Address
java.lang.Object
jmri.jmrix.powerline.InsteonSequence.Address
- All Implemented Interfaces:
InsteonSequence.Command
- Enclosing class:
- InsteonSequence
Represent a single "set address" Insteon command
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) int(package private) int(package private) int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintintbooleanboolean
-
Field Details
-
idhighbyte
int idhighbyte -
idmiddlebyte
int idmiddlebyte -
idlowbyte
int idlowbyte
-
-
Constructor Details
-
Address
-
-
Method Details
-
getAddressHigh
- Specified by:
getAddressHighin interfaceInsteonSequence.Command
-
getAddressMiddle
- Specified by:
getAddressMiddlein interfaceInsteonSequence.Command
-
getAddressLow
- Specified by:
getAddressLowin interfaceInsteonSequence.Command
-
isAddress
- Specified by:
isAddressin interfaceInsteonSequence.Command
-
isFunction
- Specified by:
isFunctionin interfaceInsteonSequence.Command
-