Redler Technologies Inc.

MotionPacketHelperBurnBlock Constructor

Constructs a burn block, with it's data length, address, and the data (in the size of data length)

Definition

Namespace: Redler.Motion.Communication.MotionPackets
Assembly: Redler.Motion.Communication (in Redler.Motion.Communication.dll) Version: 0.0.0.0
C#
public BurnBlock(
	ushort dataLength,
	uint address,
	byte[] data
)

Parameters

dataLength  UInt16

[Missing <param name="dataLength"/> documentation for "M:Redler.Motion.Communication.MotionPackets.MotionPacketHelper.BurnBlock.#ctor(System.UInt16,System.UInt32,System.Byte[])"]

address  UInt32

[Missing <param name="address"/> documentation for "M:Redler.Motion.Communication.MotionPackets.MotionPacketHelper.BurnBlock.#ctor(System.UInt16,System.UInt32,System.Byte[])"]

data  Byte

[Missing <param name="data"/> documentation for "M:Redler.Motion.Communication.MotionPackets.MotionPacketHelper.BurnBlock.#ctor(System.UInt16,System.UInt32,System.Byte[])"]

See Also