ProfileGetFirmwareFilename Method
|
Returns the file name of the firmware file within the profile.
Namespace:
Zebra.Sdk.Device
Assembly:
SdkApi_Core (in SdkApi_Core.dll) Version: 2.13.898
Syntax public string GetFirmwareFilename()
Public Function GetFirmwareFilename As String
public:
String^ GetFirmwareFilename()
Return Value
Type:
StringThe file name of the firmware file within the profile.
Exceptions Exception | Condition |
---|
IOException | If there is an error removing the firmware file from the .zprofile file. |
FileNotFoundException | If the firmware file cannot be found in the .zprofile file. |
See Also