public interface BV28181_CallBack
| 限定符和类型 | 方法和说明 |
|---|---|
int |
OnCmdEvent(int hCommand,
BVGB28181CSP_Command cmd,
int iResult)
send cmd callback
|
int |
OnDialogCmd(int hDialog,
BVGB28181CSP_DialogParam Param,
BVGB28181_Event_Dialog Event)
被动Dialog cmd
|
void |
OnDialogEvent(int hDialog,
BVGB28181CSP_DialogParam param,
BVGB28181_Event_Dialog Event)
主动Dialog event
|
int |
OnSessionCommand(int hCommand,
BVGB28181CSP_Command pCommand)
收到的Control/Query/Notify命令
|
void |
OnSessionEvent(int hSession,
int iEventCode,
int iResult)
该Session相关的事件。
|
void OnSessionEvent(int hSession,
int iEventCode,
int iResult)
hSession - 句柄iEventCode - 事件码iResult - 结果int OnSessionCommand(int hCommand,
BVGB28181CSP_Command pCommand)
hCommand - 句柄pCommand - 命令int OnCmdEvent(int hCommand,
BVGB28181CSP_Command cmd,
int iResult)
hCommand - 句柄cmd - 命令iResult - 结果int OnDialogCmd(int hDialog,
BVGB28181CSP_DialogParam Param,
BVGB28181_Event_Dialog Event)
hDialog - 句柄Param - BVGB28181CSP_DialogParamEvent - BVGB28181_Event_Dialogvoid OnDialogEvent(int hDialog,
BVGB28181CSP_DialogParam param,
BVGB28181_Event_Dialog Event)
hDialog - 句柄param - BVGB28181CSP_DialogParamEvent - BVGB28181_Event_Dialog