DeviceProductRestrictionMeetsRestriction Method |
Determines whether the given device is compatible with this firmware
Namespace:
ProScript
Assembly:
proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntax public bool MeetsRestriction(
Device d
)
Public Function MeetsRestriction (
d As Device
) As Boolean
public:
virtual bool MeetsRestriction(
Device^ d
) sealed
abstract MeetsRestriction :
d : Device -> bool
override MeetsRestriction :
d : Device -> bool
Parameters
- d
- Type: ProScriptDevice
the device that firmware is being downloaded to
Return Value
Type:
Booleanwhether the given device is compatible
Implements
IFirmwareRestrictionMeetsRestriction(Device)See Also