DWCSvlResult

Definitions


#include <dwc.h>

typedef struct DWCSvlResult {
    BOOL status;
    char svlhost[DWC_SVL_HOST_LENGTH+1];
    char svltoken[DWC_SVL_TOKEN_LENGTH+1];
} DWCSvlResult;

Description

This is the structure used to store service locator information.

status The operational status of the corresponding server.
TRUE: The server is running.
FALSE: The server is not running.
Note: This value is provided for future expansions. At present, it always stores TRUE. Ignore this value.
svlhost The URL of the corresponding server.
This is a null-terminated ASCII string consisting of up to 64 characters.
Note: This value is provided for future expansions. Ignore this value.
svltoken The authentication token for the corresponding server.
This is a null-terminated ASCII string consisting of up to 300 characters.

See Also

DWC_SVLGetTokenAsync

Revision History

For the changelog prior to 5.1 PR2, click here.


CONFIDENTIAL