ConfigurationConfigurationBaseResetTimingCalibration Method |
Removes a previously determined timing calibration so the default estimate is used again.
Namespace: RAYLASE.PDA.APIAssembly: RAYLASE.PDA.API.Protos (in RAYLASE.PDA.API.Protos.dll) Version: 2.0.0.10
Syntaxpublic virtual Task<ResetTimingCalibrationReply> ResetTimingCalibration(
ResetTimingCalibrationRequest request,
ServerCallContext context
)
Parameters
- request ResetTimingCalibrationRequest
- The request received from the client.
- context ServerCallContext
- The context of the server-side call handler being invoked.
Return Value
TaskResetTimingCalibrationReplyThe response to send back to the client (wrapped by a task).
See Also