 |
ALPHA-VISION® Station in Control: Sic_Accept
|
Sic_Accept
SUMMARY
Sic_Accept - Accept a SIC-Transaction
SYNTAX
Sic_Accept()
ARGUMENTS
- none
-
DESCRIPTION
A release or takeover request of a station is accepted.
Used as an action on buttons.
Sets variable $SICREPLY to 1. (Is executed only if $SICACTIVE is equal
to $OSNO.) Can be coupled to a special variable by using the enable
function: Obj_CmpValues($SICSIC,<const>) on a button.
EXAMPLES
Sic_Accept()
Syntax Notation
- [aaa]
- aaa is optional (zero or one occurences)
- (aaa|bbb)
- aaa exclusive or bbb
- (aaa)*
- aaa may occur indefinitely often or may be omitted
- (aaa)+
- aaa may occur indefinitely often but at least once
- (aaa)m..n
- aaa may occur from m to n times