Habari STOMP Client for OpenMQ 9.0
Object Pascal STOMP client library for OpenMQ
Loading...
Searching...
No Matches
TBTClientLibraryInfo Class Reference

A TBTClientLibraryInfo object contains information about a client library. More...

Inheritance diagram for TBTClientLibraryInfo:
IClientLibraryInfo

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.
 

Detailed Description

A TBTClientLibraryInfo object contains information about a client library.

Constructor & Destructor Documentation

◆ TBTClientLibraryInfo()

TBTClientLibraryInfo::TBTClientLibraryInfo ( const string AName,
const string AVersion,
const string ACopyright )

Member Function Documentation

◆ LibraryCopyright()

string TBTClientLibraryInfo::LibraryCopyright ( )

Copyright information about the library.

◆ LibraryName()

string TBTClientLibraryInfo::LibraryName ( )

The name of the client library.

◆ LibraryVersion()

string TBTClientLibraryInfo::LibraryVersion ( )

The version of the client library.

Member Data Documentation

◆ Properties

IPrimitiveMap TBTClientLibraryInfo::Properties

Additional information, stored as key-value pairs, about the library.

See also
GetProperties For reading