Constructor
# new RobotIdClient(nameopt)
Create an instance of RobotIdClient's class.
Parameters:
| Name | Type | Attributes | Default | Description |
|---|---|---|---|---|
name |
string
|
<optional> |
null | Name of the Class. |
Methods
# get_id(args) → {Promise.<(string|number)>}
Get the robot's robot/id.proto.
Parameters:
| Name | Type | Description |
|---|---|---|
args |
Object
|
Extra arguments for controlling RPC details. |
User token from the server as a string.
Promise.<(string|number)>