This method gets the information of a resource on the device based off the resource index.
            
 
    Namespace: 
   ProScript
    Assembly:
   proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntaxpublic Resource GetResource()
Public Function GetResource As Resource
public:
Resource^ GetResource()
member GetResource : unit -> Resource 
Return Value
Type: 
ResourceResoruce 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