![TAMS 61622 Скачать руководство пользователя страница 27](http://html1.mh-extra.com/html/tams/61622/61622_installation-and-operation-instructions_3458313027.webp)
Appendix B: TAMS 61622 SICL Extensions
All of the TAMS 61622 SICL extension functions are implemented by using the
header file t61622sicl.h and the standard SICL functions igpioctrl and igpiostat.
These two functions are described below:
IGPIOCTRL
Supported sessions: . . . . . . . . . . . . . . . . . . . . . . . . .
interface
Affected by functions: . . . . . . . . . . . . . . . . . . . . . . . .
ilock, itimeout
C Syntax
#include <sicl.h>
#include <t61622sicl.h>
int igpioctrl (id, request, setting);
INST id;
int request;
unsigned long setting;
Visual Basic Syntax
Function igpioctrl
(ByVal id As Integer, ByVal request As Integer,
ByVal setting As Long)
IGPIOSTAT
Supported sessions: . . . . . . . . . . . . .. . . . . . . . . . . . . .
interface
C Syntax
#include <sicl.h>
#include <t61622sicl.h>
int igpiostat (id, request, result);
INST id;
27