Constructor
new ClientConfig(configManager, fileName) → {ClientConfig}
- Source:
Parameters:
Name | Type | Description |
---|---|---|
configManager |
ConfigurationManager
|
ConfigurationManager instance |
fileName |
string
|
The path to the config file |
Returns:
- Type:
-
ClientConfig
Members
clipboardSettings :ClipboardSettings
Clipboard settings, synced between the two devices (you have to call client.syncSettings())
- Source:
Type:
dateAdded :Date
Date the client and server paired
- Source:
Type:
-
Date
dateAdded
- Source:
fileSharingSettings :FileSharingSettings
File sharing settings settings, synced between the two devices (you have to call client.syncSettings())
- Source:
Type:
friendlyName :string
Display name of the client (John's Phone)
- Source:
Type:
-
string
IPAddress
- Source:
notificationSettings :NotificationSettings
Notification settings, synced between the two devices (you have to call client.syncSettings())
- Source:
Type:
pairId :string
UUID representing the unique pair between this server and the client
- Source:
Type:
-
string
pairKey :string
Unique pair key shared by the two devices, used to verify a client
- Source:
Type:
-
string
Methods
fromJSON()
- Source:
toJSON()
- Source: