Redler Technologies Inc.

MotionComPreserveBootData Method

This will edit the burn block starting at the 12'th index with the boot data

Definition

Namespace: Redler.Motion.Communication.MotionCom
Assembly: Redler.Motion.Communication (in Redler.Motion.Communication.dll) Version: 0.0.0.0
C#
public static void PreserveBootData(
	MotionPacketHelperBurnBlock blockToEdit,
	uint hardwareRevision,
	uint serialNumber,
	string partNumber,
	uint dateCode,
	uint lot,
	ushort techCode,
	ushort factoryCode
)

Parameters

blockToEdit  MotionPacketHelperBurnBlock
The boot data block to edit
hardwareRevision  UInt32
The hw revision
serialNumber  UInt32
The serial number
partNumber  String
The part number
dateCode  UInt32
The date code
lot  UInt32
The LOT
techCode  UInt16
The tech code
factoryCode  UInt16
The factory code

See Also