Click or drag to resize

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
)

Parameters

d
Type: ProScriptDevice
Device to apply the restriction to

Return Value

Type: Boolean
True if the restriction is met (or doesn't apply), false otherwise
See Also