Skip to content

File ManusSDKIntegrationPartner.h

FileList > api > cppSDK > SDKBase > ManusSDKIntegrationPartner.h

Go to the source code of this file

  • #include "ManusSDKTypes.h"
  • #include "ManusSDKTypeInitializers.h"
  • #include <stdint.h>

Public Functions

Type Name
CORESDK_API SDKReturnCode CoreSdk_SetSessionTypeID (uint32_t p_SessionTypeID, const char * p_Secret)
Set the session type ID and the secret This has to be called before a connection is made.

Public Functions Documentation

function CoreSdk_SetSessionTypeID

Set the session type ID and the secret This has to be called before a connection is made.

CORESDK_API SDKReturnCode CoreSdk_SetSessionTypeID (
    uint32_t p_SessionTypeID,
    const char * p_Secret
) 

Parameters:

  • p_SessionTypeID
  • p_Secret

Returns:

SDKReturnCode_Success if successful, SDKReturnCode_SdkNotAvailable if the Core SDK is not available.


The documentation for this class was generated from the following file api/cppSDK/SDKBase/ManusSDKIntegrationPartner.h