public interface ISDK
限定符和类型 | 方法和说明 |
---|---|
void |
Finish()
注销
|
boolean |
handleMessage(com.smarteye.bean.JNIMessage message) |
void |
Initialize()
初始化
|
int |
login(BVGB28181CSP_SessionParam sessionParam)
登录
|
void |
logout()
登出
|
int |
responseCmd(int BVGB28181CSP_HCommand,
BVGB28181CSP_Command cmd,
int iResult)
回复命令
|
int |
sendCmd(BVGB28181CSP_Command command)
发送命令
|
void |
setCallback(BV28181_CallBack callback) |
void Initialize()
void Finish()
void setCallback(BV28181_CallBack callback)
int login(BVGB28181CSP_SessionParam sessionParam)
sessionParam
- 登录Sessionvoid logout()
int sendCmd(BVGB28181CSP_Command command)
command
- 命令int responseCmd(int BVGB28181CSP_HCommand, BVGB28181CSP_Command cmd, int iResult)
BVGB28181CSP_HCommand
- 句柄cmd
- 命令iResult
- 结果boolean handleMessage(com.smarteye.bean.JNIMessage message)