Ejemplo n.º 1
0
 public virtual ErrorCode SetStatusFramePeriod(StatusFrame frame, int periodMs, int timeoutMs = 0)
 {
     return(_motor.SetStatusFramePeriod(frame, periodMs, timeoutMs));
 }