ArcFM Responder Mobile Developer Guide
PacketState Property (IMMMobileObject3)






Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(1610678278)>
Property PacketState As mmPacketStateType
'Usage
 
Dim instance As IMMMobileObject3
Dim value As mmPacketStateType
 
instance.PacketState = value
 
value = instance.PacketState
[System.Runtime.InteropServices.DispId(1610678278)]
mmPacketStateType PacketState {get; set;}
read-write property PacketState: mmPacketStateType; 
System.Runtime.InteropServices.DispIdAttribute(1610678278)
function get,set PacketState : mmPacketStateType
[System.Runtime.InteropServices.DispId(1610678278)]
__property mmPacketStateType get_PacketState();
__property void set_PacketState( 
   mmPacketStateType value
);
[System.Runtime.InteropServices.DispId(1610678278)]
property mmPacketStateType PacketState {
   mmPacketStateType get();
   void set (    mmPacketStateType value);
}
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

IMMMobileObject3 Interface
IMMMobileObject3 Members

Send Feedback