* Refactored NC_ERRORS
+ Added client configuration api * Refactored serverconfig
This commit is contained in:
@@ -6,10 +6,10 @@ using System.Threading.Tasks;
|
||||
|
||||
namespace Step.Model.ConfigModels
|
||||
{
|
||||
public class NcConfigModel
|
||||
public class ServerConfigModel
|
||||
{
|
||||
public ushort NcVendor { get; set; }
|
||||
public string NcIpAddress { get; set; }
|
||||
public ushort NcPort { get; set; }
|
||||
public string Language { get; set; }
|
||||
public int ServerPort { get; set; }
|
||||
public bool EnableDirectoryBrowsing { get; set; }
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user