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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.