RobotIORobotId Property

Gets the user defined ROBOT_ID string set in the firmware file Settings.h. Use the value of this property to distinguish between different robots connected at the same time.

Definition

Namespace: RoboTx.Api
Assembly: RoboTx.Api (in RoboTx.Api.dll) Version: 1.0.0
C#
public string RobotId { get; }

Property Value

String

See Also