ArcFM Responder Mobile Developer Guide
HasWsPacket Method (IMMPxMobileHelper2)






Syntax
'Declaration
 
Function HasWsPacket( _
   ByVal pPxNode As IMMPxNode _
) As System.Boolean
'Usage
 
Dim instance As IMMPxMobileHelper2
Dim pPxNode As IMMPxNode
Dim value As System.Boolean
 
value = instance.HasWsPacket(pPxNode)
System.bool HasWsPacket( 
   IMMPxNode pPxNode
)
function HasWsPacket( 
    pPxNode: IMMPxNode
): System.Boolean; 
function HasWsPacket( 
   pPxNode : IMMPxNode
) : System.boolean;
System.bool HasWsPacket( 
   IMMPxNode* pPxNode
) 
System.bool HasWsPacket( 
   IMMPxNode^ pPxNode
) 

Parameters

pPxNode
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

IMMPxMobileHelper2 Interface
IMMPxMobileHelper2 Members

Send Feedback