|
jSyncManager | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jSyncManager.API.Protocol.Util.DLPNetSyncInfo
The Network Sync Information class. This class is used to contains a handhelds network synchronization information.
| Constructor Summary | |
DLPNetSyncInfo()
Create a new, empty Net Sync Info object. |
|
DLPNetSyncInfo(byte[] data)
Creates a new Net Sync Info object based on the byte array read from the handheld. |
|
| Method Summary | |
java.lang.String |
getHostIP()
Gets the host IP for LANSync, or null if not set. |
java.lang.String |
getHostName()
Gets the hostname for LANSync, or null if not set. |
java.lang.String |
getNetmask()
Gets the netmask for LANSync, or null if not set. |
boolean |
isLANSyncEnabled()
Tests to see if LANSync is enabled. |
byte[] |
object2Bytes()
Converts this object to a series of bytes for writing to the handheld. |
void |
setHostIP(java.lang.String ip)
Sets the hostIP for LANSync. |
void |
setHostName(java.lang.String host)
Sets the hostname for LANSync. |
void |
setLANSyncEnabled(boolean state)
Sets the LANSync-enabled state. |
void |
setNetmask(java.lang.String netmask)
Sets the netmask for LANSync. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DLPNetSyncInfo()
public DLPNetSyncInfo(byte[] data)
data - the LANSync information as read from the handheld.| Method Detail |
public java.lang.String getHostName()
public java.lang.String getHostIP()
public java.lang.String getNetmask()
public void setHostName(java.lang.String host)
host - the hostname to use for LANSync.public void setHostIP(java.lang.String ip)
ip - the hostIP to use for LANSync.public void setNetmask(java.lang.String netmask)
netmask - the netmask to use for LANSync.public boolean isLANSyncEnabled()
public void setLANSyncEnabled(boolean state)
state - set to true if LANSync is to be enabled, false otherwise.public byte[] object2Bytes()
|
jSyncManager | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||