Skip to main content

Class CellNetwork

Describes properties of a Cell network

Assembly: Meadow.Contracts.dll
View Source
Declaration
public record CellNetwork : IEquatable<CellNetwork>

Implements:
System.IEquatable<Meadow.Networking.CellNetwork>

Properties

Status

Gets or set the network status

View Source
Declaration
public CellNetworkStatus Status { get; set; }

Name

Gets or set the network name

View Source
Declaration
public string Name { get; set; }

Operator

Gets or set the network operator

View Source
Declaration
public string Operator { get; set; }

Code

Gets or set the network code

View Source
Declaration
public string Code { get; set; }

Mode

Gets or set the network mode

View Source
Declaration
public CellNetworkMode Mode { get; set; }

Implements

  • System.IEquatable<Meadow.Networking.CellNetwork>