ProfileAddFirmware(String) Method
|
Adds a firmware file to an existing printer profile.
Namespace: Zebra.Sdk.DeviceAssembly: SdkApi.Core (in SdkApi.Core.dll) Version: 3.0.3271
Syntax public void AddFirmware(
string pathToFirmwareFile
)
Public Sub AddFirmware (
pathToFirmwareFile As String
)
public:
void AddFirmware(
String^ pathToFirmwareFile
)
Parameters
- pathToFirmwareFile String
- Full path to the firmware file to be added to the profile.
Exceptions Exception | Condition |
---|
IOException | If 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