mirror of
https://github.com/esiur/esiur-dart.git
synced 2026-04-04 10:18:20 +00:00
Connection Status
This commit is contained in:
5
lib/src/Net/IIP/ConnectionStatus.dart
Normal file
5
lib/src/Net/IIP/ConnectionStatus.dart
Normal file
@@ -0,0 +1,5 @@
|
||||
enum ConnectionStatus{
|
||||
Closed,
|
||||
Connecting,
|
||||
Connected
|
||||
}
|
||||
Reference in New Issue
Block a user