Main Content
RT.DriverImage
Description
An RT.DriverImage
object represents a binary image of a device
driver for the real-time kernel. The kernel uses this object for loading the device driver.
You can use this object to get property information about the device driver.
Creation
Use the RT.DriverImage
function to create an
RT.DriverImage
object that represents a binary image of a device driver
for the real-time kernel. See Create Driver Image and Get Property Values.
Properties
Object Functions
Examples
Version History
Introduced in R2023b
See Also
SLDRT.run
| SLDRT.RunStatus
| stop
| wait
| RT.Kernel
| createTimer
| RT.Timer
| loadExecutable
| RT.Executable
| loadDriver
| RT.Driver