NXC
Version 1.2.1 r5
Main Page
Related Pages
Modules
Data Structures
Files
Examples
All
Data Structures
Files
Functions
Variables
Groups
Pages
ex_SysReadLastResponse.nxc
This is an example of how to use the
SysReadLastResponse
function.
ReadLastResponseType
args;
args.
Clear
=
true
;
SysReadLastResponse
(args);
if
(args.
Result
==
NO_ERR
) {
NumOut
(0,
LCD_LINE1
, args.
Length
);
NumOut
(0,
LCD_LINE2
, args.
Command
);
// also could output args.Buffer[i]
}
Generated by
1.8.2