SBPlatformConnectOptions¶
- class lldb.SBPlatformConnectOptions(*args)¶
Describes how
SBPlatform.ConnectRemoteconnects to a remote platform.Methods Summary
DisableRsync(SBPlatformConnectOptions self)EnableRsync(SBPlatformConnectOptions self, …)GetRsyncEnabled(SBPlatformConnectOptions self)GetURL(SBPlatformConnectOptions self)SetURL(SBPlatformConnectOptions self, …)Methods Documentation
- DisableRsync(SBPlatformConnectOptions self)¶
- EnableRsync(SBPlatformConnectOptions self, char const * options, char const * remote_path_prefix, bool omit_remote_hostname)¶
- GetLocalCacheDirectory(SBPlatformConnectOptions self) → char const *¶
- GetRsyncEnabled(SBPlatformConnectOptions self) → bool¶
- GetURL(SBPlatformConnectOptions self) → char const *¶
- SetLocalCacheDirectory(SBPlatformConnectOptions self, char const * path)¶
- SetURL(SBPlatformConnectOptions self, char const * url)¶