|
Altium C++ SDK 3.0
|
#include <DXP.Interfaces.h>
Public Member Functions | |
| bool | GetConnected () |
| void | SetEvents (IEDMS_NotificationServiceEvents *const Events) |
| bool | Connect (std::wstring *AErrorMsg) |
| void | Disconnect () |
| IStrings * | GetActiveUsers () |
| bool | IsUserActive (std::wstring const AUserGUID) |
| bool | Subscribe (std::wstring const ChannelName) |
| bool | UnSubscribe (std::wstring const ChannelName) |
| bool | SendMessage (std::wstring const ChannelName, std::wstring const MessageData) |
| bool DXP::IEDMS_NotificationService::Connect | ( | std::wstring * | AErrorMsg | ) |
| void DXP::IEDMS_NotificationService::Disconnect | ( | ) |
| IStrings * DXP::IEDMS_NotificationService::GetActiveUsers | ( | ) |
| bool DXP::IEDMS_NotificationService::GetConnected | ( | ) |
| bool DXP::IEDMS_NotificationService::IsUserActive | ( | std::wstring const | AUserGUID | ) |
| bool DXP::IEDMS_NotificationService::SendMessage | ( | std::wstring const | ChannelName, |
| std::wstring const | MessageData ) |
| void DXP::IEDMS_NotificationService::SetEvents | ( | IEDMS_NotificationServiceEvents *const | Events | ) |
| bool DXP::IEDMS_NotificationService::Subscribe | ( | std::wstring const | ChannelName | ) |
| bool DXP::IEDMS_NotificationService::UnSubscribe | ( | std::wstring const | ChannelName | ) |