Click or drag to resize

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.14.1869
Syntax
public string GetFirmwareFilename()

Return Value

Type: String
The file name of the firmware file within the profile.
Exceptions
ExceptionCondition
IOExceptionIf there is an error removing the firmware file from the .zprofile file.
FileNotFoundExceptionIf the firmware file cannot be found in the .zprofile file.
See Also