This is the complete list of members for WireTapServerHandle, including all inherited members.
compareProductVersion(bool &greaterOrEqual, int major, int minor=0, int maint=0, int build=0) const | WireTapServerHandle | |
compareVersion(bool &greaterOrEqual, int major, int minor=0, int maint=0, int build=0) const | WireTapServerHandle | |
disconnect() | WireTapServerHandle | |
getDisplayName(WireTapStr &name) const | WireTapServerHandle | |
getHostName() const | WireTapServerHandle | |
getHostTranslation(int index, HostTranslation &hostTranslation) | WireTapServerHandle | |
getHostUUID() const | WireTapServerHandle | |
getId() const | WireTapServerHandle | |
getIdStr() const | WireTapServerHandle | |
getInfo(WireTapServerInfo &info) const | WireTapServerHandle | |
getNumHostTranslations(int &numHostTranslations) | WireTapServerHandle | |
getNumOsTypeTranslations(int &numOsTypeTranslations) | WireTapServerHandle | |
getNumTranslationGroups(int &numGroups) | WireTapServerHandle | |
getOsTypeTranslation(int idx, OsTypeTranslation &osTypeTranslation) | WireTapServerHandle | |
getProduct(WireTapStr &product) const | WireTapServerHandle | |
getProtocolVersion(int &major, int &minor) const | WireTapServerHandle | |
getRootNode(WireTapNodeHandle &root) const | WireTapServerHandle | |
getStorageId(WireTapStr &storageId) const | WireTapServerHandle | |
getTranslationGroup(int index, TranslationGroup &group) | WireTapServerHandle | |
getVendor(WireTapStr &vendor) const | WireTapServerHandle | |
getVersion(int &major, int &minor) const | WireTapServerHandle | |
invalidateCache() | WireTapServerHandle | |
isConnected() const | WireTapServerHandle | |
isDatabase(const char *db) const | WireTapServerHandle | |
lastError() const | WireTapServerHandle | |
ping(unsigned timeoutMS=30000) const | WireTapServerHandle | |
pullStream(const char *streamId, const char *localFilePath) | WireTapServerHandle | |
pushStream(const char *streamId, const char *localFilePath) | WireTapServerHandle | |
readFrame(const char *frameId, void *buffer, size_t bufferSize, const char *nextFrameId1=0, const char *nextFrameId2=0) | WireTapServerHandle | |
readFrame(const char *frameId, const void *params, size_t paramsSize, void *buffer, size_t bufferSize, const char *nextFrameId1=0, const char *nextFrameId2=0) | WireTapServerHandle | |
readStream(const char *streamId, void *buffer, size_t bufferSize, size_t itemOffset, size_t itemSizeInBytes, size_t &numItems) | WireTapServerHandle | |
registerEventHandler(const WireTapNodeId &subject, WireTapNodeEvent::Handler *handler, const char *streamFormat=0, const char *metaData=0) | WireTapServerHandle | |
stop(const char *reason=0) const | WireTapServerHandle | |
translatePath(const WireTapStr &srcPath, WireTapStr &dstPath, const char *srcHost=0, const char *dstHost=0, WireTapOS::OsType srcOS=WireTapOS::OS_UNKNOWN, WireTapOS::OsType dstOS=WireTapOS::OS_UNKNOWN) | WireTapServerHandle | |
translatePaths(const WireTapStrList &srcPaths, WireTapStrList &dstPaths, const char *srcHost=0, const char *dstHost=0, WireTapOS::OsType srcOS=WireTapOS::OS_UNKNOWN, WireTapOS::OsType dstOS=WireTapOS::OS_UNKNOWN) | WireTapServerHandle | |
unregisterEventHandler(const WireTapNodeId &subject, WireTapNodeEvent::Handler *handler) | WireTapServerHandle | |
WireTapServerHandle(const WireTapServerId &serverId) | WireTapServerHandle | explicit |
WireTapServerHandle(const WireTapServerHandle &serverHandle) | WireTapServerHandle | |
WireTapServerHandle(WireTapServerHandle &&serverHandle) noexcept | WireTapServerHandle | |
writeFrame(const char *frameId, const void *buffer, size_t bufferSize) | WireTapServerHandle | |
~WireTapServerHandle() | WireTapServerHandle | virtual |