Skip to main content

Enum CellNetworkStatus

The operator status of a cell network

Assembly: Meadow.Contracts.dll​
View Source​
Declaration
public enum CellNetworkStatus

Fields​

Unknown​

Unknown status

View Source​
Declaration
Unknown = 0

OperatorAvailable​

Operator is available

View Source​
Declaration
OperatorAvailable = 1

CurrentOperator​

Current operator

View Source​
Declaration
CurrentOperator = 2

OperatorForbidden​

Operator is forbidden

View Source​
Declaration
OperatorForbidden = 3

OperatorUndefined​

Operator status is undefined

View Source​
Declaration
OperatorUndefined = 255