heyujie
2021-10-14 7460b006c922a92a733d55277564579703da191b
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef _HIKPTZ_H
#define _HIKPTZ_H
 
#ifdef __cplusplus
extern "C" { 
#endif
 
int PtzTrack(char *ip, char *userName, char *password, char *port);
 
#ifdef __cplusplus
}
#endif
 
#endif