mirror of
https://github.com/esiur/esiur-dart.git
synced 2026-04-03 17:58:21 +00:00
package
This commit is contained in:
9
lib/src/Net/Sockets/SocketState.dart
Normal file
9
lib/src/Net/Sockets/SocketState.dart
Normal file
@@ -0,0 +1,9 @@
|
||||
enum SocketState
|
||||
{
|
||||
Initial,
|
||||
Listening,
|
||||
Connecting,
|
||||
Established,
|
||||
Closed,
|
||||
Terminated
|
||||
}
|
||||
Reference in New Issue
Block a user