Class IvIndex
java.lang.Object
org.openremote.agent.protocol.bluetooth.mesh.IvIndex
Class containing the current IV Index State of the network.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
Returns current iv indexboolean
int
Returns iv index used when transmitting messages.boolean
Returns the current iv update flag.void
setIvRecoveryFlag
(boolean ivRecoveryFlag) toString()
-
Constructor Details
-
IvIndex
Construct the IV Index state of the mesh network- Parameters:
ivIndex
- IV Index of the network.isIvUpdateActive
- If true IV Update is in progress and false the network is in Normal operation.transitionDate
- Time when the last IV Update happened
-
-
Method Details
-
toString
-
getIvIndex
public int getIvIndex()Returns current iv index -
isIvUpdateActive
public boolean isIvUpdateActive()Returns the current iv update flag. -
getTransmitIvIndex
public int getTransmitIvIndex()Returns iv index used when transmitting messages. -
getIvRecoveryFlag
public boolean getIvRecoveryFlag() -
setIvRecoveryFlag
public void setIvRecoveryFlag(boolean ivRecoveryFlag) -
getTransitionDate
-
equals
-