LogoLogo
CtrlK
  • Documentation
  • Intergrations
  • Changelog
  • Whitelabel
  • Welcome
  • Public API
    • API Key
  • SDK
    • SDK NodeJS
      • Functions
        • initialize(path)
        • sdkGetLastError()
        • createWithId(...args)
        • createProxyByPortConfigs(...args)
        • quickCreateProxies(...args)
        • quickCreateAtPort(...args)
        • createWithConfigure(...args)
        • getPorts()
        • getPortsFreeWithLimit(limit)
        • getPortsWithLimit(limit)
        • getPortsWithStartLimit(...args)
        • removePort(port)
        • isRunningPort(port)
        • testPort(port)
        • checkPortAvailable(port)
        • getConfigsJSON()
        • getConfigJSON(port)
        • setRangePort(...args)
        • restoreData()
        • cleanData()
        • stopCommunicate()
        • startCommunicate(...args)
        • stopProxy()
        • stopHttpApi()
        • startHttpApi(port)
        • setUserCountryCode(code)
        • setEnableProxyAuthen(enable)
        • setProxyAuth(...args)
        • setSaveDataPath(path)
        • updateIpFormatAndPorts(...args)
        • runAsync()
        • run()
        • enableDebug()
        • setProtocol(proto)
        • closeTokenChan()
        • setHeader(key, value)
        • setQuery(key, value)
        • setAPIHost(host)
        • getAPIHost()
        • putConfigPort(...args)
        • setConfigPorts(...args)
        • enableAutoRotation(enable)
        • setAutoRotationSetting(...args)
        • enableAutoRenew(enable)
        • setRenewSetting(...args)
        • getEnableAutoRenew()
        • getAutoRefreshProxyRateLimit()
        • getAutoRefreshProxyCountLimit()
        • getPortsAvailable(...args)
        • cleanHistory()
        • shutdown()
        • getVersionInfo()
        • getVersionName()
        • getVersionCode()
        • getSha1Ver()
        • getBuildTime()
    • SDK Native C
      • Functions
        • SDKGetLastError
        • FreeBuf
        • CreateWithId
        • CreateProxyByPortConfigs
        • QuickCreateProxies
        • QuickCreateAtPort
        • CreateWithConfigure
        • GetPortsFreeWithLimit
        • GetPorts
        • GetPortsWithLimit
        • GetPortsWithStartLimit
        • RemovePort
        • IsRunningPort
        • TestPort
        • CheckPortAvailable
        • GetConfigsJSON
        • GetConfigJSON
        • SetRangePort
        • RestoreData
        • CleanData
        • StopCommunicate
        • StartCommunicate
        • StopProxy
        • StopHttpApi
        • StartHttpApi
        • SetUserCountryCode
        • SetEnableProxyAuth
        • SetProxyAuth
        • SetSaveDataPath
        • UpdateIPFormatAndPorts
        • SafeExit
        • RunAsync
        • Run
        • EnableDebug
        • SetProtocol
        • CloseTokenChan
        • SetHeader
        • SetQuery
        • SetAPIHost
        • GetAPIHost
        • PutConfigPort
        • SetConfigPorts
        • EnableAutoRotation
        • SetAutoRotationSetting
        • EnableAutoRenew
        • SetRenewSetting
        • GetEnableAutoRenew
        • GetAutoRefreshProxyRateLimit
        • GetAutoRefreshProxyCountLimit
        • GetPortsAvailable
        • CleanHistory
        • GetVersionInfo
        • GetVersionName
        • GetVersionCode
        • GetSHA1Version
        • GetBuildTime
    • SDK WebSocket Event
  • Intergration
    • ElectronJS
On this page

Was this helpful?

  1. SDK
  2. SDK Native C

Functions

SDKGetLastErrorFreeBufCreateWithIdCreateProxyByPortConfigsQuickCreateProxiesQuickCreateAtPortCreateWithConfigureGetPortsFreeWithLimitGetPortsGetPortsWithLimitGetPortsWithStartLimitRemovePortIsRunningPortTestPortCheckPortAvailableGetConfigsJSONGetConfigJSONSetRangePortRestoreDataCleanDataStopCommunicateStartCommunicateStopProxyStopHttpApiStartHttpApiSetUserCountryCodeSetEnableProxyAuthSetProxyAuthSetSaveDataPathUpdateIPFormatAndPortsSafeExitRunAsyncRunEnableDebugSetProtocolCloseTokenChanSetHeaderSetQuerySetAPIHostGetAPIHostPutConfigPortSetConfigPortsEnableAutoRotationSetAutoRotationSettingEnableAutoRenewSetRenewSettingGetEnableAutoRenewGetAutoRefreshProxyRateLimitGetAutoRefreshProxyCountLimitGetPortsAvailableCleanHistoryGetVersionInfoGetVersionNameGetVersionCodeGetSHA1VersionGetBuildTime
PreviousSDK Native CNextSDKGetLastError

Was this helpful?