SettingSystemServiceClient Class | 
[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "T:Ruyi.SDK.SettingSystem.Api.SettingSystemService.Client"]
Namespace: Ruyi.SDK.SettingSystem.Api
public class Client : IDisposable
The SettingSystemServiceClient type exposes the following members.
| Name | Description | |
|---|---|---|
| SettingSystemServiceClient(TProtocol) | Initializes a new instance of the SettingSystemServiceClient class  | |
| SettingSystemServiceClient(TProtocol, TProtocol) | Initializes a new instance of the SettingSystemServiceClient class  | 
| Name | Description | |
|---|---|---|
| ConnectBluetoothDevice | ||
| ConnectToAppointedWifi | ||
| ConnectToWifi | ||
| DisconnectBluetoothDevice | ||
| DisconnectWifi | ||
| DiscoverBluetoothDevice | ||
| Dispose | Releases all resources used by the SettingSystemServiceClient  | |
| GetAvailableWifi | ||
| GetCategoryNode | Get settings and categories in a tree  | |
| GetChildNode | ||
| GetLanNetworkName | ||
| GetNetworkAdapterSettings | ||
| GetNetworkSettings | ||
| GetNetworkStatus | ||
| GetSettingItem | Get a setting data of the module.  | |
| GetSettingItems | Get a list of setting data of the module.  | |
| GetUserAppData | ||
| RemoveBluetoothDevice | ||
| RemoveUserAppData | ||
| RestoreDefault | Restore a module setting to default  | |
| RestoreUserDefault | @RestoreUserDefault_Summary  | |
| RuyiStartNetworkSpeedTest | ||
| RuyiStopNetworkSpeedTest | ||
| RuyiTestNetwork | ||
| SearchSettingItems | Search a set of settings using a json format string.
According to the format of json string your write, searching can be separated to 3 types: simple search, lambda search and complicated search. And each of they can be combined with the other.  | |
| SetNetworkProxy | ||
| SetNetworkSettings | ||
| SetSettingItem | Set the specified setting's "dataValue" with the new value  | |
| SetSettingItems | ||
| SettingItemNotify | ||
| SetUserAppData | ||
| UpdateModuleVersion | Update the module settings from an older version to the latest one  |