feat: 初始功能
This commit is contained in:
11
Models/ConnectionState.cs
Normal file
11
Models/ConnectionState.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
namespace CloudPrint.Client.Models;
|
||||
|
||||
public enum ConnectionState
|
||||
{
|
||||
Disconnected,
|
||||
Connecting,
|
||||
Connected,
|
||||
Subscribing,
|
||||
Subscribed,
|
||||
Error
|
||||
}
|
||||
Reference in New Issue
Block a user