public class ProtocolState
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
boolean |
ismd5extractedFromSound
protocole state: the device has already extracted the md5 of the sound
|
boolean |
isReceivingConnexion
protocole state: the device is actually receiving the connexion graph
|
boolean |
isReceivingSound
protocole state: the device is actually receiving sound
|
boolean |
isSoundCorrupted
protocole state: the device received a sound that is corrupted
|
java.lang.String |
receivedConnexionGraph
protocole state: the device already received the connexion graph
|
java.lang.String |
receivedSound
sound that is actually received
|
java.lang.String |
receivedSoundMd5String
md5 of the sound file that has been received
|
boolean |
receivingSoundCompleted
protocole state: the device has received all the sound
|
Constructor and Description |
---|
ProtocolState() |
Modifier and Type | Method and Description |
---|---|
void |
init()
init the protocol state
|
public boolean isReceivingSound
public boolean isReceivingConnexion
public boolean ismd5extractedFromSound
public boolean isSoundCorrupted
public boolean receivingSoundCompleted
public java.lang.String receivedConnexionGraph
public java.lang.String receivedSound
public java.lang.String receivedSoundMd5String