CanDragonDevice.ReadFirmwareVersion
Prototype
EmSACANVersion ReadFirmwareVersion(EmSACANFirmwareType type);
Description
Reads firmware version for the selected slot.
Parameters
| Parameter | Direction | Type | Description |
|---|---|---|---|
type | in | EmSACANFirmwareType | Firmware type selector. |
Return value
Version structure from the device.
Example
EmSACANVersion fw = device.ReadFirmwareVersion(EmSACANFirmwareType.Device);