MFFirmwareUpdate Constructor
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Initializes a new instance of the MFFirmwareUpdate class.
Namespace: Microsoft.SPOT.MFUpdate
Assembly: MFUpdate (in MFUpdate.dll)
Syntax
'Declaration
Public Sub New ( _
provider As String, _
updateID As UInteger, _
version As Version, _
firmwareType As MFUpdateSubType, _
updateSize As Integer, _
pktSize As Integer _
)
public MFFirmwareUpdate(
string provider,
uint updateID,
Version version,
MFUpdateSubType firmwareType,
int updateSize,
int pktSize
)
public:
MFFirmwareUpdate(
String^ provider,
unsigned int updateID,
Version^ version,
MFUpdateSubType firmwareType,
int updateSize,
int pktSize
)
new :
provider:string *
updateID:uint32 *
version:Version *
firmwareType:MFUpdateSubType *
updateSize:int *
pktSize:int -> MFFirmwareUpdate
public function MFFirmwareUpdate(
provider : String,
updateID : uint,
version : Version,
firmwareType : MFUpdateSubType,
updateSize : int,
pktSize : int
)
Parameters
- provider
Type: System. . :: . .String
The update package provider name.
- updateID
Type: System. . :: . .UInt32
The unique identification number for the update.
- version
Type: System. . :: . .Version
The version of the update.
- firmwareType
Type: Microsoft.SPOT.MFUpdate. . :: . .MFUpdateSubType
The firmware subtype for the udpate.
- updateSize
Type: System. . :: . .Int32
The amount of space, in bytes, to store the update.
- pktSize
Type: System. . :: . .Int32
The size, in bytes, of each packet.
.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.