ArcFM Responder Mobile Developer Guide
GetPacketPath Method (IMMPxMobileHelper)






Syntax
'Declaration
 
Function GetPacketPath( _
   ByVal pPxNode As IMMPxNode, _
   ByVal bMobileUnit As System.Boolean _
) As System.String
'Usage
 
Dim instance As IMMPxMobileHelper
Dim pPxNode As IMMPxNode
Dim bMobileUnit As System.Boolean
Dim value As System.String
 
value = instance.GetPacketPath(pPxNode, bMobileUnit)
System.string GetPacketPath( 
   IMMPxNode pPxNode,
   System.bool bMobileUnit
)
function GetPacketPath( 
    pPxNode: IMMPxNode;
    bMobileUnit: System.Boolean
): System.String; 
function GetPacketPath( 
   pPxNode : IMMPxNode,
   bMobileUnit : System.boolean
) : System.String;
System.string* GetPacketPath( 
   IMMPxNode* pPxNode,
   System.bool bMobileUnit
) 
System.String^ GetPacketPath( 
   IMMPxNode^ pPxNode,
   System.bool bMobileUnit
) 

Parameters

pPxNode
bMobileUnit
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