List of Imagine methods: Difference between revisions

From m204wiki
Jump to navigation Jump to search
Add ApsySuffix and DbsName methods
Wiccan (talk | contribs)
Automatically generated page update
 
Line 6: Line 6:
<table class="wikitable">
<table class="wikitable">
<tr><th>Method</th><th>Description</th></tr>
<tr><th>Method</th><th>Description</th></tr>
<tr><td valign="top">[[ApsySuffix (Imagine property)|ApsySuffix]]</td><td valign="top">Return the APSY suffix character for the current connection</td></tr>
<tr><td valign="top">[[ApsySuffix (Imagine function)|ApsySuffix]]</td><td valign="top">Return the APSY suffix character</td></tr>
<tr><td valign="top">[[BrokerVersion (Imagine function)|BrokerVersion]]</td><td valign="top">Return the broker version number</td></tr>
<tr><td valign="top">[[Call (Imagine function)|Call]]</td><td valign="top">Run Imagine code on the Transparency Broker</td></tr>
<tr><td valign="top">[[Call (Imagine function)|Call]]</td><td valign="top">Run Imagine code on the Transparency Broker</td></tr>
<tr><td valign="top">[[DbsName (Imagine property)|DbsName]]</td><td valign="top">Return the DBS name for the current connection</td></tr>
<tr><td valign="top">[[DbsName (Imagine function)|DbsName]]</td><td valign="top">Return the DBS name</td></tr>
</table>
</table>
</div>
</div>

Latest revision as of 13:42, 19 June 2026

The following are the available Imagine class methods.

MethodDescription
ApsySuffixReturn the APSY suffix character
BrokerVersionReturn the broker version number
CallRun Imagine code on the Transparency Broker
DbsNameReturn the DBS name

See also