|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MobileAgentException | |
|---|---|
| org.netxms.mobile.agent | |
| Uses of MobileAgentException in org.netxms.mobile.agent |
|---|
| Methods in org.netxms.mobile.agent that throw MobileAgentException | |
|---|---|
void |
Session.connect()
Connect to server. |
protected void |
Session.executeSimpleCommand(int command)
Execute simple commands (without arguments and only returning RCC) |
void |
Session.pushDciData(DciPushData[] data)
Push data to server. |
void |
Session.pushDciData(long nodeId,
long dciId,
java.lang.String value)
Push value for single DCI. |
void |
Session.pushDciData(java.lang.String nodeName,
java.lang.String dciName,
java.lang.String value)
Push value for single DCI. |
void |
Session.reportDeviceStatus(java.net.InetAddress address,
GeoLocation location,
int flags,
int batteryLevel)
Report basic current status of the device. |
void |
Session.reportDeviceSystemInfo(java.lang.String vendor,
java.lang.String model,
java.lang.String osName,
java.lang.String osVersion,
java.lang.String serialNumber,
java.lang.String userId)
Report basic system information about mobile device. |
void |
Session.sendMessage(NXCPMessage msg)
Send message to server |
NXCPMessage |
Session.waitForMessage(int code,
long id)
Wait for message with specific code and id. |
NXCPMessage |
Session.waitForMessage(int code,
long id,
int timeout)
Wait for message with specific code and id. |
NXCPMessage |
Session.waitForRCC(long id)
Wait for CMD_REQUEST_COMPLETED message with given id using default timeout |
NXCPMessage |
Session.waitForRCC(long id,
int timeout)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||