DeviceGetResourceInfo Method |
This method attempts to get resource info from the device based off the index.
Namespace:
ProScript
Assembly:
proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntax public ResourceInfo GetResourceInfo()
Public Function GetResourceInfo As ResourceInfo
public:
ResourceInfo^ GetResourceInfo()
member GetResourceInfo : unit -> ResourceInfo
Return Value
Type:
ResourceInfoResoruce info from the device based off the index.
Remarks
This will increment the resource index.
This method requires firmware version 4.0 or higher.
See Also