Package jmri.jmrix.powerline
Class InsteonSequence.ExtData
- java.lang.Object
-
- jmri.jmrix.powerline.InsteonSequence.ExtData
-
- All Implemented Interfaces:
InsteonSequence.Command
- Enclosing class:
- InsteonSequence
public static class InsteonSequence.ExtData extends java.lang.Object implements InsteonSequence.Command
Represent a single "Extended Data" Insteon command
-
-
Field Summary
Fields Modifier and Type Field Description (package private) intidhighbyte(package private) intidlowbyte(package private) intidmiddlebyte(package private) intvalue
-
Constructor Summary
Constructors Constructor Description ExtData(int value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetAddressHigh()intgetAddressLow()intgetAddressMiddle()intgetExtData()booleanisAddress()booleanisFunction()
-
-
-
Field Detail
-
idhighbyte
int idhighbyte
-
idmiddlebyte
int idmiddlebyte
-
idlowbyte
int idlowbyte
-
value
int value
-
-
Constructor Detail
-
ExtData
public ExtData(int value)
-
-
Method Detail
-
getAddressHigh
public int getAddressHigh()
- Specified by:
getAddressHighin interfaceInsteonSequence.Command
-
getAddressMiddle
public int getAddressMiddle()
- Specified by:
getAddressMiddlein interfaceInsteonSequence.Command
-
getAddressLow
public int getAddressLow()
- Specified by:
getAddressLowin interfaceInsteonSequence.Command
-
getExtData
public int getExtData()
-
isAddress
public boolean isAddress()
- Specified by:
isAddressin interfaceInsteonSequence.Command
-
isFunction
public boolean isFunction()
- Specified by:
isFunctionin interfaceInsteonSequence.Command
-
-