fromRobot static method
- RobotClient robot,
- String name
Get the AudioIn named name from the provided robot.
Implementation
static AudioIn fromRobot(RobotClient robot, String name) {
return robot.getResource(AudioIn.getResourceName(name));
}
Get the AudioIn named name from the provided robot.
static AudioIn fromRobot(RobotClient robot, String name) {
return robot.getResource(AudioIn.getResourceName(name));
}