| | |
| | | #define _HIKPTZ_H
|
| | |
|
| | | #ifdef __cplusplus
|
| | | extern "C" { |
| | | extern "C"
|
| | | {
|
| | | #endif
|
| | |
|
| | | void PtzTrack(char *ip, char *userName, char *password, char *port ,int channel ,int xBottom ,int xTop ,int yBottom ,int yTop )
|
| | | void ToPreset(char *ip, char *userName, char *password, int port ,int channel )
|
| | | |
| | | void ptzTrack(char *ip, char *userName, char *password, int port, int channel, int xBottom, int xTop, int yBottom, int yTop);
|
| | | void toPreset(char *ip, char *userName, char *password, int port, int channel);
|
| | | #ifdef __cplusplus
|
| | | }
|
| | | #endif
|