Ext8IO
 
General Info
Properties
Methods
Events
Typical Usage



Embedded Beans
CPU Beans
About Beans
Bean Categories



 
 Bean Ext8IO
 
External 8-bit Input/Output

Methods are user callable functions/subroutines that are means of controlling the bean functions.

Methods:

  • GetVal - Read a value from the external port and returns it.

      ANSIC prototype: byte GetVal(void)
    • Return value:byte - Input value

  • PutVal - Write the specified value to the external port.

      ANSIC prototype: void PutVal(byte Val)
    • Val:byte - Output value


Note: Some methods can be implemented as macros.



©1997-2004, UNIS, Ltd.