For more information, please see the
CodePlex project page and the
Getting Started guide.
Assembly: Lego.Ev3.Desktop (in Lego.Ev3.Desktop.dll) Version: 1.0.0.0 (1.0.0.0)


Start a new command of a speicifc type with a global and/or local buffer on the EV3 brick
Namespace: Lego.Ev3.CoreAssembly: Lego.Ev3.Desktop (in Lego.Ev3.Desktop.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- commandType
- Type: Lego.Ev3.Core CommandType
The type of the command to start
- globalSize
- Type:
System UInt16
The size of the global buffer in bytes (maximum of 1024 bytes)
- localSize
- Type:
System Int32
The size of the local buffer in bytes (maximum of 64 bytes)
See Also