![]() |
Speedify SDK for Desktop/Embedded 16.0.2
|
Network sharing settings. More...
#include <types.h>
Data Fields | |
| bool | clientEnabled |
| if network sharing client is enabled | |
| bool | hostEnabled |
| if network sharing host is enabled | |
| SpeedifySDK_NetworkSharingConnectCode | hostConnectCode |
| json data used for clients to manually connect to this host | |
| SpeedifySDK_NetworkSharingDisplayName | displayName |
| The public display name for this device. | |
| SpeedifySDK_NetworkSharingPairRequestBehavior | pairRequestBehavior |
| How pair requests are handled. | |
| bool | sameUserAutoPair |
| If devices from the same user are automatically paired. | |
| bool | alwaysOnDiscovery |
| If discovery is always active. | |
| SpeedifySDK_NetworkSharingAutoPairBehavior | autoPairBehavior |
| If devices from the same user and/or team are automatically paired. | |
Network sharing settings.
| bool SpeedifySDK_NetworkSharingSettings::alwaysOnDiscovery |
| SpeedifySDK_NetworkSharingAutoPairBehavior SpeedifySDK_NetworkSharingSettings::autoPairBehavior |
If devices from the same user and/or team are automatically paired.
| bool SpeedifySDK_NetworkSharingSettings::clientEnabled |
if network sharing client is enabled
| SpeedifySDK_NetworkSharingDisplayName SpeedifySDK_NetworkSharingSettings::displayName |
The public display name for this device.
| SpeedifySDK_NetworkSharingConnectCode SpeedifySDK_NetworkSharingSettings::hostConnectCode |
json data used for clients to manually connect to this host
| bool SpeedifySDK_NetworkSharingSettings::hostEnabled |
if network sharing host is enabled
| SpeedifySDK_NetworkSharingPairRequestBehavior SpeedifySDK_NetworkSharingSettings::pairRequestBehavior |
How pair requests are handled.
| bool SpeedifySDK_NetworkSharingSettings::sameUserAutoPair |
If devices from the same user are automatically paired.