ProfileAddFirmware Method (String, Byte)
|
Adds a firmware file to an existing printer profile.
Namespace:
Zebra.Sdk.Device
Assembly:
SdkApi.Core (in SdkApi.Core.dll) Version: 2.15.2634
Syntax public void AddFirmware(
string firmwareFileName,
byte[] firmwareFileContents
)
Public Sub AddFirmware (
firmwareFileName As String,
firmwareFileContents As Byte()
)
public:
void AddFirmware(
String^ firmwareFileName,
array<unsigned char>^ firmwareFileContents
)
Parameters
- firmwareFileName
- Type: SystemString
The name of the firmware file - firmwareFileContents
- Type: SystemByte
The firmware file contents
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