Query initial speed.
More...
|
| GetInitialSpeedCommand () |
|
Public Member Functions inherited from MftCommandBase |
override String | ToString () |
|
Public Member Functions inherited from TurntableCommandBase |
void | Dispose () |
|
async Task | WaitEnterProcessingStateAsync () |
| Wait for command to enter TurntableCommandStatus.Processing state asynchronously. Processing state means that turntable accepted command, started executing it and will return Success status later on. Used for lengthy processes (i.e. rotation commands). More...
|
|
async Task | WaitFinishAsync () |
| Wait for command to finish asynchronously. More...
|
|
Task | WaitEnterProcessingStateAsync () |
| Wait for command to enter TurntableCommandStatus.Processing state asynchronously. Processing state means that turntable accepted command, started executing it and will return Success status later on. Used for lengthy processes (i.e. rotation commands). More...
|
|
Task | WaitFinishAsync () |
| Wait for command to finish asynchronously. More...
|
|
◆ HandleCustomMessage()
override void GetInitialSpeedCommand.HandleCustomMessage |
( |
String |
message | ) |
|
|
protectedvirtual |
Custom messages (i.e. any message except status message) handler.
Implements MftCommandBase.