DWCSvlResult

Definition


#include <dwc.h>

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

Description

status Status.
Note: This value is provided for future expansions. At present, it always stores TRUE. Ignore this value.
svlhost Host name.
Note: This value is provided for future expansions. Ignore this value.
svltoken Token string.

Revision History

2.0.0
Added Notes about the current operation of status and svlhost.

CONFIDENTIAL