Skip to content

Commit 91dad46

Browse files
committed
Add Linux platform Header file
1 parent 3289fbe commit 91dad46

File tree

12 files changed

+2368
-0
lines changed

12 files changed

+2368
-0
lines changed

cppbuild/linux-x86/include/sense4.h

Lines changed: 743 additions & 0 deletions
Large diffs are not rendered by default.

cppbuild/linux-x86/lib/libsenseEIV.a

122 KB
Binary file not shown.

cppbuild/linux-x86/lib/libsenseEIV.so

120 KB
Binary file not shown.
Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
/**************************************************************************************
2+
* Copyright (c) 2001, Beijing SenseLock Info. & Secu. Inc.
3+
* All rights reserved.
4+
*
5+
* File Name£ºPSense4.h
6+
* Abstract£ºDeclare PW4WriteFile function and define some parameters
7+
*
8+
* Version£º2.3
9+
* Author£ºHuang Jian
10+
* Date£º2004.3.3
11+
*
12+
*******************************************************************************************/
13+
#ifndef _INCLUDE_S4WF_H_
14+
#define _INCLUDE_S4WF_H_
15+
16+
#ifdef __cplusplus
17+
extern "C" {
18+
#endif
19+
20+
#define S4WF_INVALID_S4CONTEXT 0x00000101
21+
#define S4WF_INVALID_FILE_ID 0x00000102
22+
#define S4WF_INVALID_PC_FILE 0x00000103
23+
#define S4WF_INVALID_FLAGS 0x00000104
24+
#define S4WF_INVALID_FILE_SIZE 0x00000105
25+
#define S4WF_INVALID_FILE_TYPE 0x00000106
26+
27+
//Supplement parameter to download HEX file
28+
#define S4_HEX_FILE 0x0000000a
29+
//Supplement parameter to download XA HEX file
30+
#define S4_XA_HEX_FILE 0x0000000c
31+
32+
33+
DWORD WINAPI PS4WriteFile(
34+
IN CONST SENSE4_CONTEXT *pS4Ctx,
35+
IN LPCSTR lpszFileID,
36+
IN LPCSTR lpszPCFilePath,
37+
IN OUT DWORD *pdwFileSize,//attention:this parameter is a pointer
38+
IN DWORD dwFlags,
39+
IN DWORD dwFileType,
40+
OUT DWORD *pdwBytesWritten
41+
);
42+
#ifdef __cplusplus
43+
}
44+
#endif
45+
46+
#endif
47+
48+
/*------------------------------------------ END OF FILE ----------------------------------*/

cppbuild/linux-x86_64/include/sense4.h

Lines changed: 743 additions & 0 deletions
Large diffs are not rendered by default.

cppbuild/linux-x86_64/include/sense4_2.h

Lines changed: 834 additions & 0 deletions
Large diffs are not rendered by default.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
160 KB
Binary file not shown.
141 KB
Binary file not shown.

0 commit comments

Comments
 (0)