File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
features/cellular/framework/API Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -83,19 +83,19 @@ class CellularDevice
83
83
*/
84
84
virtual void close_network () = 0;
85
85
86
- /* * Closes the opened CellularNetwork by deleting the CellularSMS instance.
86
+ /* * Closes the opened CellularSMS by deleting the CellularSMS instance.
87
87
*/
88
88
virtual void close_sms () = 0;
89
89
90
- /* * Closes the opened CellularNetwork by deleting the CellularPower instance.
90
+ /* * Closes the opened CellularPower by deleting the CellularPower instance.
91
91
*/
92
92
virtual void close_power () = 0;
93
93
94
- /* * Closes the opened CellularNetwork by deleting the CellularSIM instance.
94
+ /* * Closes the opened CellularSIM by deleting the CellularSIM instance.
95
95
*/
96
96
virtual void close_sim () = 0;
97
97
98
- /* * Closes the opened CellularNetwork by deleting the CellularInformation instance.
98
+ /* * Closes the opened CellularInformation by deleting the CellularInformation instance.
99
99
*/
100
100
virtual void close_information () = 0;
101
101
You can’t perform that action at this time.
0 commit comments