BasicProperties
 
Component BasicProperties
This component is example of basic properties. The component was designed to help developers start creating a new user components quickly.
Component Level: High
Methods:
(Methods are user-callable functions/subroutines intended for the component functions control. Please see the Embedded Components page for more information.)
  • Method1 - This is only an example. This method do nothing.

      ANSIC prototype: void Method1(void)

  • Method2 - This is only an example. This method do nothing.

      ANSIC prototype: void Method2(void)


Note: Some methods can be implemented as macros.