DeviceGetResourceAvailability Method |
This method attempts to get the available space left on the device for resources.
Namespace:
ProScript
Assembly:
proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntax public ResourceAvailability GetResourceAvailability()
Public Function GetResourceAvailability As ResourceAvailability
public:
ResourceAvailability^ GetResourceAvailability()
member GetResourceAvailability : unit -> ResourceAvailability
Return Value
Type:
ResourceAvailabilityResoruce availability from the device.
Remarks
This method requires firmware version 4.0 or higher.
See Also