Peripheral Devices
570 9836 3521 01
8.14.4.47 GetSetup
Description: This method uploads the setup from the PowerMACS system in binary form. Such a setup
can be used by the SetSetup method. If there is no setup to read when called then
eRetNoData is returned. If not connected to a System TC then eRetCmdNotAllowed is
returned.
Return type: A RetCodeEnum value.
Syntax: object.GetSetup(Buf, Size)
The Api object to operate on.
The byte array to receive the uploaded setup.
At call: Max length of Buf, At return: The length of the returned
data in Buf.
8.14.4.48 SetSetup
Description: This method downloads a setup in binary form to the PowerMACS system. The setup must
have been created by an earlier call to GetSetup. The setup must have been uploaded from
a system with the same version as the one it is downloaded to. If not connected to a System
TC then eRetCmdNotAllowed is returned.
Return type: A RetCodeEnum value.
Syntax: object.SetSetup(Buf, Size)
The Api object to operate on.
The byte array containing the setup to download.
The size of the setup to download.