BowlerKernel
IDeviceProvider.java
Go to the documentation of this file.
1 package com.neuronrobotics.sdk.common;
2 
3 public interface IDeviceProvider {
4 
5  Object call();
6 
7 }