mirror of
https://gitee.com/csharpui/CPF.git
synced 2025-09-18 17:48:18 +08:00
初始化
This commit is contained in:
14
CPF.Mac/Mac/Foundation/NSNetServicesStatus.cs
Normal file
14
CPF.Mac/Mac/Foundation/NSNetServicesStatus.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
namespace CPF.Mac.Foundation
|
||||
{
|
||||
public enum NSNetServicesStatus : long
|
||||
{
|
||||
UnknownError = -72000L,
|
||||
CollisionError = -72001L,
|
||||
NotFoundError = -72002L,
|
||||
ActivityInProgress = -72003L,
|
||||
BadArgumentError = -72004L,
|
||||
CancelledError = -72005L,
|
||||
InvalidError = -72006L,
|
||||
TimeoutError = -72007L
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user