- namespace Vinno.FIS.Sonopost.WebApi.Models
- {
- internal class WifiPointModel
- {
- public string Name { get; set; }
- public uint SignalStrength { get; set; }
- public bool HasProfile { get; set; }
- public bool IsSecure { get; set; }
- public bool IsConnected { get; set; }
- }
- }
|