Class CellNetwork
Describes properties of a Cell network
Assembly: Meadow.Contracts.dll
View Source
public record CellNetwork : IEquatable<CellNetwork>
Implements:
System.IEquatable<Meadow.Networking.CellNetwork>
Properties
Status
Gets or set the network status
View Source
public CellNetworkStatus Status { get; set; }
Name
Gets or set the network name
View Source
public string Name { get; set; }
Operator
Gets or set the network operator
View Source
public string Operator { get; set; }
Code
Gets or set the network code
View Source
public string Code { get; set; }
Mode
Gets or set the network mode
View Source
public CellNetworkMode Mode { get; set; }
Implements
System.IEquatable<Meadow.Networking.CellNetwork>