Application

GAMMA instabus
Release: December 2011
API-Reference for Bus Interface Modules M130, M131, M132, M135
KNX-Processors 184/01, 184/11, 184/21
Siemens AG pages 28 Technical Manual
Infrastructure and Cities Sector,
Building Technologies
Control Products and Systems © Siemens AG 2011 page 25
P. O. Box 10 09 53, Subject to change without further notice.
D-93009 Regensburg
Use this function to restore the original system message redirection system.
Parameters
:
none
Return values
:
none
Callable in / at:
Main, unload
Stack used:
8 bytes
Comment:
---
2.12 Utility
The following functions are useful utilities.
2.12.1 Function IsApplicationLoaded
Prototype:
BOOL IsApplicationLoaded(void)
Description
:
This function indicates if the application is loaded.
Parameters
:
none
Return values:
true: the application is loaded
false: the application is not loaded
Callable in / at:
init, main
Stack used:
8 bytes
Comment:
---
2.12.2 Function GetPhysAddr
Prototype:
void GetPhysAddr(BYTE* dst)
Description
:
Use this function to read the physical address of this device.
Parameters:
BYTE* dst:
A pointer to a buffer with at least 2 bytes in RAM where the actual physical
address of the device will be copied
Return values
:
none
Callable in / at:
main
Stack used:
8 bytes