Enum Request
Request indices for SPI transfers from the RepRapFirmware controller to the SBC
Namespace: DuetControlServer.SPI.Communication.FirmwareRequests
Assembly: DuetControlServer.dll
Syntax
public enum Request : ushort
Fields
Name | Description |
---|---|
AbortFile | Request all files of the code channel to be closed |
CheckFileExists | Check if a file exists |
CloseFile | Close a file again |
CodeBufferUpdate | Update about the available code buffer size |
DeleteFileOrDirectory | Delete a file or directory |
DeleteFileOrDirectoryRecursively | Delete a file or directory recursively |
DoCode | Perform a G/M/T-code from a RepRapFirmware code input |
EvaluationResult | Response to an expression evaluation request |
ExecuteMacro | Request execution of a macro file |
FileChunk | Request another chunk of a file |
HeightMap_Obsolete | Response to a heightmap request. This is no longer used |
Locked | Resource locked |
MacroFileClosed | Last file closed successfully |
Message | Message from the firmware |
MessageAcknowledged | Last message successfully acknowledged |
ObjectModel | Response to an object model request |
OpenFile | Open a file on the SBC |
PrintPaused | Print has been paused |
ReadFile | Read from a file |
ResendPacket | Request retransmission of the given packet. This is always guaranteed to work in case RRF does not have not enough resources are available to process the packet |
SeekFile | Seek in a file |
StackEvent_Obsolete | Stack has been changed. This is no longer used |
TruncateFile | Truncate a file |
VariableResult | Response to a variable set request |
WaitForAcknowledgement | Firmware is waiting for a blocking message to be acknowledged |
WriteFile | Write to a file |