ArcFM Responder Mobile Developer Guide
CreatePacketDictionary Method (IMMPxMobileHelper)






Syntax
'Declaration
 
Function CreatePacketDictionary( _
   ByVal pPxNode As IMMPxNode, _
   ByVal bMobileUnit As System.Boolean, _
   ByRef sExtName As System.String _
) As IDictionary
'Usage
 
Dim instance As IMMPxMobileHelper
Dim pPxNode As IMMPxNode
Dim bMobileUnit As System.Boolean
Dim sExtName As System.String
Dim value As IDictionary
 
value = instance.CreatePacketDictionary(pPxNode, bMobileUnit, sExtName)
IDictionary CreatePacketDictionary( 
   IMMPxNode pPxNode,
   System.bool bMobileUnit,
   ref System.string sExtName
)
function CreatePacketDictionary( 
    pPxNode: IMMPxNode;
    bMobileUnit: System.Boolean;
   var  sExtName: System.String
): IDictionary; 
function CreatePacketDictionary( 
   pPxNode : IMMPxNode,
   bMobileUnit : System.boolean,
   sExtName : System.String
) : IDictionary;
IDictionary* CreatePacketDictionary( 
   IMMPxNode* pPxNode,
   System.bool bMobileUnit,
   ref System.string* sExtName
) 
IDictionary^ CreatePacketDictionary( 
   IMMPxNode^ pPxNode,
   System.bool bMobileUnit,
   System.String^% sExtName
) 

Parameters

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