GetInfo<T>(Engine, InfoTypeArray)
Generic method, supporting multiple GetInfo calls that return an array of responses.
Last updated
Generic method, supporting multiple GetInfo calls that return an array of responses.
Last updated
T
The expected ResponseMessage that is returned by the target call.
engine
Interfaces with the DataMiner System from an Automation script.
type
The target GetInfo call.
To determine the expected return type, simply hover over the desired GetInfo call and an IntelliSense window should display it (e.g Returns: GetProtocolsResponseMessage).
The GetInfo calls are the same as what the client (Cube) makes when it starts as well as during operation.
This method is intended for receiving an array of responses only, for calls that return a single response use this method instead GetInfo(Engine, InfoTypeSingle).