mirror of
https://github.com/esiur/esiur-dart.git
synced 2025-05-06 12:02:57 +00:00
9 lines
144 B
Dart
9 lines
144 B
Dart
enum SocketState
|
|
{
|
|
Initial,
|
|
Listening,
|
|
Connecting,
|
|
Established,
|
|
Closed,
|
|
Terminated
|
|
} |