CSL CS101-2 EPC CLASS 1 GEN 2 RFID HANDHELD READER
USER'S MANUAL, VERSION 1.0
Copyright © Convergence Systems Limited, All Rights Reserved
148
Prototype:
public static extern bool f_PosSp_GpioSetIo(int iGpio );
Parameters:
iGpio: Set the GPIOs ( 0-3) to HI.
Description:
Set the IO of Gpio 0--3.
f_PosSp_GpioWrite
Prototype:
public static extern bool f_PosSp_GpioWrite(int iGpio, char iState);
Parameters:
iGpio: index of GPIOs. Valid values are 0 to 3.
iState: the state (1==HI or 0==LO to be written.
Description:
This writes HI or LO state to a GPIO.
f_PosSp_GpioRead
Prototype:
public static extern bool f_PosSp_GpioRead( int iGpio, ref char piState);
Parameters:
iGpio: index of GPIOs. Valid values are 0 to 3.
piState the state (1==HI or 0==LO to be read.
Description:
This reads the current state of a GPIO.
ClsSysUtil:
Overview:
This is a C# class in the ClslibSysUtil library.
It provides the C# managed interface for some OS utilities.
C# namespace:
ClslibSysutil .
Dependencies:
coredll.dll;
iphlpapi.dll;
Type Definitions:
LMEM_ZEROINIT.
Prototype: