IFirmwareRestrictionMeetsRestriction Method |
This will be called by the firmware downloading functions. If the firmware
does not meet the requirements for this device it should return false.
Namespace:
ProScript
Assembly:
proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntax bool MeetsRestriction(
Device d
)
Function MeetsRestriction (
d As Device
) As Boolean
bool MeetsRestriction(
Device^ d
)
abstract MeetsRestriction :
d : Device -> bool
Parameters
- d
- Type: ProScriptDevice
Device to apply the restriction to
Return Value
Type:
BooleanTrue if the restriction is met (or doesn't apply), false otherwise
See Also