Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit bcfa7ae

Browse files
committedApr 8, 2024
Rename Method
1 parent 70a7494 commit bcfa7ae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎libraries/PPP/src/PPP.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ String PPPClass::moduleName() const
411411
return String(name);
412412
}
413413

414-
String PPPClass::getOperator() const
414+
String PPPClass::operatorName() const
415415
{
416416
if(_dce == NULL){
417417
return String();

‎libraries/PPP/src/PPP.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class PPPClass: public NetworkInterface {
3535
String IMSI() const;
3636
String IMEI() const;
3737
String moduleName() const;
38-
String getOperator() const;
38+
String operatorName() const;
3939
int networkMode() const;
4040
int radioState() const;
4141
bool attached() const;

0 commit comments

Comments
 (0)
Please sign in to comment.