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