Click or drag to resize

ProfileAddFirmware Method (String)

Adds a firmware file to an existing printer profile.

Namespace:  Zebra.Sdk.Device
Assembly:  SdkApi_Core (in SdkApi_Core.dll) Version: 2.14.1869
Syntax
public void AddFirmware(
	string pathToFirmwareFile
)

Parameters

pathToFirmwareFile
Type: SystemString
Full path to the firmware file to be added to the profile.
Exceptions
ExceptionCondition
IOExceptionIf there is an error reading pathToFirmwareFile or if there is an error writing to the.zprofile file.
Remarks
Upon loading the profile, if it contains a firmware file, the firmware will be sent to the printer before all other profile components.
See Also