Standalone SDK API Doc  V1.0.4
Functions
3.11.Data-Theme.h File Reference

Detailed Description

Author
http://www.zkteco.com
Date
2017-10-01
copyright:
Copyright 2017 ZKTECO CO., LTD. All Rights Reserved.
Note

Functions

VARIANT_BOOL UploadTheme (LONG dwMachineNumber, BSTR FileName, BSTR InDevName)
 
VARIANT_BOOL UploadPicture (LONG dwMachineNumber, BSTR FileName, BSTR InDevName)
 
VARIANT_BOOL DownloadPicture (LONG dwMachineNumber, BSTR FileName, BSTR FilePath)
 

Function Documentation

◆ UploadTheme()

VARIANT_BOOL UploadTheme ( LONG  dwMachineNumber,
BSTR  FileName,
BSTR  InDevName 
)

To upload a theme picture to the machine.

Parameters
Parameter description:
name type param direction description of param
dwMachineNumber LONG [in] Machine ID
FileName BSTR [in] Save path + File name
InDevName BSTR [in] File name in the device
Returns
Value description:
name type description of value
True BOOL Function execution success
False BOOL Function execution failure
See also
Attention
The FileName parameter specifies the file name and save path of the theme picture to be uploaded.
Note
This interface is applicable to the new architecture firmware.

◆ UploadPicture()

VARIANT_BOOL UploadPicture ( LONG  dwMachineNumber,
BSTR  FileName,
BSTR  InDevName 
)

To upload a background picture to the machine.

Parameters
Parameter description:
name type param direction description of param
dwMachineNumber LONG [in] Machine ID
FileName BSTR [in] Save path + File name
InDevName BSTR [in] File name in the device
Returns
Value description:
name type description of value
True BOOL Function execution success
False BOOL Function execution failure
See also
Attention
The FileName parameter specifies the file name and save path of the background picture to be uploaded.
Note
This interface is applicable to the new architecture firmware.

◆ DownloadPicture()

VARIANT_BOOL DownloadPicture ( LONG  dwMachineNumber,
BSTR  FileName,
BSTR  FilePath 
)

To download the background picture from the machine.

Parameters
Parameter description:
name type param direction description of param
dwMachineNumber LONG [in] Machine ID
FileName BSTR [in] Name of the picture file
FilePath BSTR [in] Path where the downloaded picture is to be saved
Returns
Value description:
name type description of value
True BOOL Function execution success
False BOOL Function execution failure
See also
Attention
Note
This interface is applicable to the new architecture firmware.