AddPacket Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Validates and stores an indexed packet to the update storage file.

Namespace:  Microsoft.SPOT.MFUpdate
Assembly:  MFUpdate (in MFUpdate.dll)

Syntax

'Declaration
Public Function AddPacket ( _
    packet As MFUpdatePkt _
) As Boolean
public bool AddPacket(
    MFUpdatePkt packet
)
public:
bool AddPacket(
    MFUpdatePkt^ packet
)
member AddPacket : 
        packet:MFUpdatePkt -> bool 
public function AddPacket(
    packet : MFUpdatePkt
) : boolean

Parameters

Return Value

Type: System. . :: . .Boolean
true if successful; otherwise, false.

.NET Framework Security

See Also

Reference

MFUpdate Class

Microsoft.SPOT.MFUpdate Namespace