StepsList
The
StepsList
item returns a list of all dynamic owners (control recipes) and owner IDs.This table shows the input and output formats for this item.
Input Format | Request: StepsList | ||
Output Format | The StepsList item returns in this format: | ||
<StepsList> | is | <NullList> | <StepList> | |
<StepList> | is | <Step> \crlf | <Step> \crlf <StepList> | |
<Step> | is | <ResourceID> \t <ResourceName> \t <ResourceType> \t <ArbMask> | |
where <Step> is: | |||
Field Name | Format | Description | |
<ResourceID> | ASCII - Integer | The unique ID for each step. | |
<ResourceName> | ASCII - String | The hierarchical path name to the procedure. | |
<ResourceType> | ASCII - String | Owner Resource Type:
| |
<ArbMask> | Encoded String | Arbitration masks |
This table shows an example of the return on this request.
Example: | A request on object . GetItem(StepsList) could return:-1128 \t 16:CLS_FRENCHVANILLA\CLS_TRANSFER_OUT_UP:1\CLS_TRANSFER_OUT_OP:1 \t 5 \t 0 \crlf -1136 \t 17:MCLS_FRENCHVANILLA\MCLS_TRANSFER_IN_UP:1\MCLS_TRANSFER_IN_OP:1 \t 5 \t 0 \crlf ... -1114 \t 15:CLS_FRENCHVANILLA\CLS_SWEETCREAM_UP:1\CLS_SWEETCREAM_OP:1 \t 5 \t 0 \crlf |
Provide Feedback