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
- packet
Type: Microsoft.SPOT.MFUpdate. . :: . .MFUpdatePkt
The packet data to be stored.
Return Value
Type: System. . :: . .Boolean
true if successful; otherwise, false.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see dd66cd4c-b087-415f-9c3e-94e3a1835f74.