Photomechanics API
|
Provides info about current steps. More...
Public Member Functions | |
Task< Double > | GetCurrentDegrees () |
Get current rotation state (independently from periodic notifications). More... | |
Task | SetDegreesPerNotify (Double degrees) |
Set notifications interval. More... | |
Task | DisableNotifications () |
Disable notifications. More... | |
Events | |
TypedEventHandler< IRotationFeedbackProvider, Double > | CurrentDegreesNotifyReceived |
Occurs when current steps number is received. More... | |
Provides info about current steps.
Task< Double > IRotationFeedbackProvider.GetCurrentDegrees | ( | ) |
Get current rotation state (independently from periodic notifications).
TurntableOperationFailedException | Thrown when turn table returns fail result of operation. |
Task IRotationFeedbackProvider.SetDegreesPerNotify | ( | Double | degrees | ) |
Set notifications interval.
degrees | Notification interval in degrees. Must be greater then zero. |
ArgumentException | Invalid notifications interval. |
TurntableOperationFailedException | Thrown when turn table returns fail result of operation. |
Task IRotationFeedbackProvider.DisableNotifications | ( | ) |
Disable notifications.
TurntableOperationFailedException | Thrown when turn table returns fail result of operation. |
TypedEventHandler<IRotationFeedbackProvider, Double> IRotationFeedbackProvider.CurrentDegreesNotifyReceived |
Occurs when current steps number is received.
TurntableOperationFailedException | Thrown when turn table returns fail result of operation. |