timeout added
This commit is contained in:
parent
d2778ddc78
commit
ea914f8ce7
|
@ -5,7 +5,8 @@ package com.loafle.bridge.discoveryport.constant;
|
|||
*/
|
||||
public enum DirectionType {
|
||||
Send("S"),
|
||||
Recv("R");
|
||||
Recv("R"),
|
||||
Timeout("T");
|
||||
|
||||
private String stringValue;
|
||||
DirectionType(String string) {stringValue = string;}
|
||||
|
|
Loading…
Reference in New Issue
Block a user