Broker 10.15 | webMethods Broker Documentation | webMethods Broker Client C API Programmer's Guide | Using Broker Clients | Advanced Features | Platform Information
 
Platform Information
The platform information functions provide a way for your Broker clients to determine the version of the webMethods Broker C library which they are using as well as the operating system and hardware platform on which they are executing.
Platform information is stored in the form of key-value pairs. The following keys are registered by the webMethods Broker C library and cannot be changed. You may, however, add your own platform keys.
Key
Value
AdapterLang
"C"
AdapterLangVersion
<current library version>
OS
The name of the operating system under which the caller is executing.
Hardware
The name of the hardware platform on which the caller is executing.
To...
Use this function...
Obtain the value associated with a particular key
Obtain the an array of all the currently defined platform keys.
Set the value associated with a particular key. If the platform key you specify does not exist, it will be added along with its value.