Interface IRobotConfiguration
Robot configuration information
Namespace: Anki.Vector
Assembly: Anki.Vector.dll
Syntax
public interface IRobotConfiguration
Properties
| Improve this Doc View SourceCertificate
Gets the certificate text.
string Certificate { get; }
Property Type
String |
Guid
Gets the unique identifier.
string Guid { get; }
Property Type
String |
IPAddress
Gets the robot IP address
IPAddress IPAddress { get; }
Property Type
IPAddress |
RobotName
Gets the name of the robot. This is in the form "Vector-XXXX"
string RobotName { get; }
Property Type
String |
SerialNumber
Gets the robot serial number.
string SerialNumber { get; }
Property Type
String |