|
@ -72,4 +72,9 @@ public class CellularDeviceRuntime : BaseEntity |
|
|
NetworkStackCode = networkStackCode; |
|
|
NetworkStackCode = networkStackCode; |
|
|
RuntimeCode = runtimeCode; |
|
|
RuntimeCode = runtimeCode; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public void Stop() |
|
|
|
|
|
{ |
|
|
|
|
|
RuntimeStatus = DeviceRuntimeStatus.Stopping; |
|
|
|
|
|
} |
|
|
} |
|
|
} |