Click or drag to resize

IFirmwareRestriction Interface

This interface is used to define an abstract firmware download restriction. Firmware restrictions are used by firmware packages to introduce requirements that must be met in order to download that firmware.

Namespace:  ProScript
Assembly:  proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntax
public interface IFirmwareRestriction

The IFirmwareRestriction type exposes the following members.

Methods
  NameDescription
Public methodMeetsRestriction
This will be called by the firmware downloading functions. If the firmware does not meet the requirements for this device it should return false.
Top
See Also