jjm Posted June 30, 2023 Share Posted June 30, 2023 I'm looking for where the C API documentation for the GetResponse function is located. I've tried the Help in the IDE and it simply says there is no content installed. Quote Link to comment Share on other sites More sharing options...
leandro.martins Posted July 3, 2023 Share Posted July 3, 2023 Checking the header opt/ppmac/libppmac/gplib.h, I got this: /// Previous modal commands will be retained /// The input string must have PMAC compatible commands /// Note: Doesn't handle "gpascii" commands like "$$$" or "reboot" /// \param[in] *pinstr - ptr to input string /// \param[in] outlen - max length of output string /// \param[in] EchoMode - PMAC "echo" parameter which determines the format of the response /// \param[out] *poutstr - ptr to output string /// \return 0 == OK, - == error number, 1 = ESC character was sent int GetResponse(char *pinstr, char *poutstr, size_t outlen, unsigned char EchoMode); Quote Link to comment Share on other sites More sharing options...
steve.milici Posted July 5, 2023 Share Posted July 5, 2023 The “Power PMAC C-API Help” in the 3.x/4.x series IDE wouldn’t “import” properly. You will need to make an “external” shortcut to the “.chm” file. Follow the instructions in the “Power PMAC C-API Help.pdf” document. PowerPMACHelp.zip Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.