add rst status
This commit is contained in:
parent
1725a0f8cd
commit
cf21565e03
|
@ -6,7 +6,8 @@ package com.loafle.bridge.discoveryport.type;
|
|||
public enum DirectionType {
|
||||
Send("S"),
|
||||
Recv("R"),
|
||||
Timeout("T");
|
||||
Timeout("T"),
|
||||
Closed("C");
|
||||
|
||||
private String stringValue;
|
||||
DirectionType(String string) {stringValue = string;}
|
||||
|
|
Loading…
Reference in New Issue
Block a user