Share via


IPacket.Reset Method

Resets the packet's internal iterator to point to the first data object in the packet. The next read operation reads the first data object in the packet.

Namespace:  Microsoft.SmartDevice.DeviceAgentTransport
Assembly:  Microsoft.SmartDevice.DeviceAgentTransport (in Microsoft.SmartDevice.DeviceAgentTransport.dll)

Syntax

'Declaration
Sub Reset
'Usage
Dim instance As IPacket

instance.Reset()
void Reset()
void Reset()
function Reset()

.NET Framework Security

See Also

Reference

IPacket Interface

IPacket Members

Microsoft.SmartDevice.DeviceAgentTransport Namespace