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