Client Functions
AMPS includes functions that return information about the currently connected client. As with the message functions, these functions return information about the client that prompted the operation, if one is present.
Function | Parameters | Description | Available For |
---|---|---|---|
| (none) | Returns the name of the currently connected client. | Subscriptions to a topic or conflated topic Enrichment and preprocessing |
| (none) | Returns the user ID of the currently connected client. | Subscriptions to a topic or conflated topic Enrichment and preprocessing |
| (none) | Returns the remote address of the currently connected client. | Subscriptions to a topic or conflated topic Enrichment and preprocessing |
| (none) | Returns the version string reported by the currently connected client. | Subscriptions to a topic or conflated topic Enrichment and preprocessing |
Last updated