//------ sensor selection ----------// /* not supported */ //------- sensor status --------- // /* not supported */ //------ status frame period changes ----------// public virtual ErrorCode SetControlFramePeriod(ControlFrame frame, int periodMs) { return(_motor.SetControlFramePeriod(frame, periodMs)); }