![]() |
Habari STOMP Client for OpenMQ 9.0
Object Pascal STOMP client library for OpenMQ
|
A TBTClientLibraryInfo object contains information about a client library. More...
Public Member Functions | |
| TBTClientLibraryInfo (const string AName, const string AVersion, const string ACopyright) | |
| string | LibraryName () |
| The name of the client library. | |
| string | LibraryVersion () |
| The version of the client library. | |
| string | LibraryCopyright () |
| Copyright information about the library. | |
Public Attributes | |
| IPrimitiveMap | Properties |
| Additional information, stored as key-value pairs, about the library. | |
A TBTClientLibraryInfo object contains information about a client library.
| TBTClientLibraryInfo::TBTClientLibraryInfo | ( | const string | AName, |
| const string | AVersion, | ||
| const string | ACopyright ) |
| string TBTClientLibraryInfo::LibraryCopyright | ( | ) |
Copyright information about the library.
| string TBTClientLibraryInfo::LibraryName | ( | ) |
The name of the client library.
| string TBTClientLibraryInfo::LibraryVersion | ( | ) |
The version of the client library.
| IPrimitiveMap TBTClientLibraryInfo::Properties |
Additional information, stored as key-value pairs, about the library.