feat(reachview): GetModemConfiguration func
This commit is contained in:
@ -61,4 +61,7 @@ type Operations interface {
|
||||
|
||||
//SetModem updates mobile data config
|
||||
SetModem(ctx context.Context, funcs ...SetModemOptionsFunc) error
|
||||
|
||||
//GetModemConfiguration mobile data config
|
||||
GetModemConfiguration(ctx context.Context) (any, error)
|
||||
}
|
||||
|
Reference in New Issue
Block a user