Beispiel #1
0
 public static extern int PPVPlayBackByFileNameStart(int iDevice, int iChannel, string pszFileName, uint nFileLen, ST_ACCESS_SERVER_INFO stPassbyServer, pAVDataCallBack pfnAVDataCallBack, uint nAVDataCBUsrData,
                                                     pProgressNotifyCallBack pfnProgressNotifyUser, uint nProgressCBUsrData);
Beispiel #2
0
 public static extern int PPVStartDownloadThroughACS(string pszDeviceID, int iChan, string pszFileName, uint nFileLen, SEEK_TYPE enumSeekType, uint uSeek, ST_ACCESS_SERVER_INFO stPassbyServer, pFileDownloadDataCallBack pDownCallBack, uint nDownCallBackUsrData);
Beispiel #3
0
 public static extern int PPVVoiceTalkStart(string pszDeviceID, int nVoiceChan, int vtype, ST_ACCESS_SERVER_INFO stPassbyServer,
                                            pVoiceDataCallBack pfnVoiceDataCallBack, uint nVoiceDataCBUsrData);
Beispiel #4
0
 public static extern int PPVNotifySubscribe(ST_ACCESS_SERVER_INFO stPassbyServer, pNotifyCallBack pfnNotifyCallBack, IntPtr nUserDataForCallBack);
Beispiel #5
0
 public static extern int PPVGetDeviceInfoOnServer(string pszDeviceID, ST_ACCESS_SERVER_INFO stPassbyServer, ref ST_DEVICEINFO_ONSERVER pSTDeviceStatus);
Beispiel #6
0
 public static extern int PPVConnectDeviceByACS(string pszDeviceID, ST_ACCESS_SERVER_INFO stPassbyServer, pProgressNotifyCallBack pfnProgressNotifyUser, UInt32 nUserDataForCallBack, ref EN_CONN_MODE pConnMode);