Class ClientOk
- java.lang.Object
-
- org.openmuc.jeebus.ship.state.SubState
-
- org.openmuc.jeebus.ship.state.smeproth.SmeProtHSubState
-
- org.openmuc.jeebus.ship.state.smeproth.OkState
-
- org.openmuc.jeebus.ship.state.smeproth.ClientOk
-
public class ClientOk extends OkState
-
-
Field Summary
-
Fields inherited from class org.openmuc.jeebus.ship.state.smeproth.SmeProtHSubState
protHCallBacks
-
Fields inherited from class org.openmuc.jeebus.ship.state.SubState
changeStateCB, log, stateCB
-
-
Constructor Summary
Constructors Constructor Description ClientOk(SmeProtHSubState subState, ProtocolHandshakeMsg p)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringtoString()-
Methods inherited from class org.openmuc.jeebus.ship.state.smeproth.OkState
procedure, setNextSubState
-
Methods inherited from class org.openmuc.jeebus.ship.state.smeproth.SmeProtHSubState
getProtHCallBacks, setProtHCallBacks
-
Methods inherited from class org.openmuc.jeebus.ship.state.SubState
doProcedure, getStateCB, next, setStateCB
-
-
-
-
Constructor Detail
-
ClientOk
public ClientOk(SmeProtHSubState subState, ProtocolHandshakeMsg p)
-
-