-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
58 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
namespace SmartA2.Net; | ||
|
||
/// <summary>网络信息</summary> | ||
public class NetInfo | ||
{ | ||
public String IMEI { get; set; } | ||
Check warning on line 6 in SmartA2/Net/NetInfo.cs GitHub Actions / build-publish
|
||
|
||
public String IMSI { get; set; } | ||
Check warning on line 8 in SmartA2/Net/NetInfo.cs GitHub Actions / build-publish
|
||
|
||
public String ICCID { get; set; } | ||
Check warning on line 10 in SmartA2/Net/NetInfo.cs GitHub Actions / build-publish
|
||
|
||
public Int32 CSQ { get; set; } | ||
Check warning on line 12 in SmartA2/Net/NetInfo.cs GitHub Actions / build-publish
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters