...
Info |
---|
There is no need to manually call the Set function within the Constructor. The framework takes care of this. |
Processing Function
Anchor | ||||
---|---|---|---|---|
|
The processing function has the signature
...
When called, the function should update instance variables and can use the mask argument to determine which variables should be updated.
BypassFunction
Anchor | ||||
---|---|---|---|---|
|
This function implements a module's bypass functionality. The function signature is identical to the processing function
...