Get information about NXT device.

Namespace:  AForge.Robotics.Lego
Assembly:  AForge.Robotics.Lego (in AForge.Robotics.Lego.dll) Version: 2.2.3.0 (2.2.3.0)

Syntax

C#
public bool GetDeviceInformation(
	out string deviceName,
	out byte[] btAddress,
	out int btSignalStrength,
	out int freeUserFlash
)

Parameters

deviceName
Type: System..::.String %
Device name.
btAddress
Type: array< System..::.Byte >[]()[] %
Bluetooth address.
btSignalStrength
Type: System..::.Int32 %
Bluetooth signal strength.
freeUserFlash
Type: System..::.Int32 %
Free user Flash.

Return Value

Returns true if command was executed successfully or false otherwise.

See Also