jSyncManager

Uses of Class
org.jSyncManager.API.Protocol.Util.DLPAppPreference

Packages that use DLPAppPreference
org.jSyncManager.API.Conduit   
org.jSyncManager.API.Protocol   
 

Uses of DLPAppPreference in org.jSyncManager.API.Conduit
 

Methods in org.jSyncManager.API.Conduit that return DLPAppPreference
 DLPAppPreference ConduitHandler.readAppPreference(int creatorID, char prefID, char size, byte flags)
          Reads the specified application preference.
 DLPAppPreference ConduitHandler.readAppPreference(java.lang.String creatorID, char prefID, char size, byte flags)
          Reads the specified application preference.
 DLPAppPreference ConduitHandler.readAppPreference(byte[] creatorID, char prefID, char size, byte flags)
          Reads the specified application preference.
 

Methods in org.jSyncManager.API.Conduit with parameters of type DLPAppPreference
 void ConduitHandler.writeAppPreference(int creatorID, char prefID, byte flags, DLPAppPreference preference)
          Writes an application preference to the remote device.
 

Uses of DLPAppPreference in org.jSyncManager.API.Protocol
 

Methods in org.jSyncManager.API.Protocol that return DLPAppPreference
 DLPAppPreference JHotSync.readAppPreference(int creatorID, char prefID, char size, byte flags)
          Reads an application preference from the handheld.
 

Methods in org.jSyncManager.API.Protocol with parameters of type DLPAppPreference
 void JHotSync.writeAppPreference(int creatorID, char prefID, byte flags, DLPAppPreference preference)
          Write an application preference.
 


jSyncManager

Copyright (c) 1999 - 2003 Brad BARCLAY and others. All Rights Reserved.