ArcFM Responder Mobile Developer Guide
UpdatePackets Method (IMMPxMobileHelper)






Syntax
'Declaration
 
Function UpdatePackets( _
   ByRef sBinName As System.String, _
   ByRef sWorkingDir As System.String, _
   ByVal bMobileUnit As System.Boolean, _
   ByRef sApplicationName As System.String, _
   ByVal bQuiet As System.Boolean _
) As System.Boolean
'Usage
 
Dim instance As IMMPxMobileHelper
Dim sBinName As System.String
Dim sWorkingDir As System.String
Dim bMobileUnit As System.Boolean
Dim sApplicationName As System.String
Dim bQuiet As System.Boolean
Dim value As System.Boolean
 
value = instance.UpdatePackets(sBinName, sWorkingDir, bMobileUnit, sApplicationName, bQuiet)
System.bool UpdatePackets( 
   ref System.string sBinName,
   ref System.string sWorkingDir,
   System.bool bMobileUnit,
   ref System.string sApplicationName,
   System.bool bQuiet
)
function UpdatePackets( 
   var  sBinName: System.String;
   var  sWorkingDir: System.String;
    bMobileUnit: System.Boolean;
   var  sApplicationName: System.String;
    bQuiet: System.Boolean
): System.Boolean; 
function UpdatePackets( 
   sBinName : System.String,
   sWorkingDir : System.String,
   bMobileUnit : System.boolean,
   sApplicationName : System.String,
   bQuiet : System.boolean
) : System.boolean;
System.bool UpdatePackets( 
   ref System.string* sBinName,
   ref System.string* sWorkingDir,
   System.bool bMobileUnit,
   ref System.string* sApplicationName,
   System.bool bQuiet
) 
System.bool UpdatePackets( 
   System.String^% sBinName,
   System.String^% sWorkingDir,
   System.bool bMobileUnit,
   System.String^% sApplicationName,
   System.bool bQuiet
) 

Parameters

sBinName
sWorkingDir
bMobileUnit
sApplicationName
bQuiet
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IMMPxMobileHelper Interface
IMMPxMobileHelper Members

Send Feedback