Click or drag to resize

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
)

Parameters

d
Type: ProScriptDevice
the device that firmware is being downloaded to

Return Value

Type: Boolean
whether the given device is compatible

Implements

IFirmwareRestrictionMeetsRestriction(Device)
See Also