Wiretap API  <small>Wiretap 2021.2</small>
WireTapServerHandle Member List

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) constWireTapServerHandle
compareVersion(bool &greaterOrEqual, int major, int minor=0, int maint=0, int build=0) constWireTapServerHandle
disconnect()WireTapServerHandle
getDisplayName(WireTapStr &name) constWireTapServerHandle
getHostName() constWireTapServerHandle
getHostTranslation(int index, HostTranslation &hostTranslation)WireTapServerHandle
getHostUUID() constWireTapServerHandle
getId() constWireTapServerHandle
getIdStr() constWireTapServerHandle
getInfo(WireTapServerInfo &info) constWireTapServerHandle
getNumHostTranslations(int &numHostTranslations)WireTapServerHandle
getNumOsTypeTranslations(int &numOsTypeTranslations)WireTapServerHandle
getNumTranslationGroups(int &numGroups)WireTapServerHandle
getOsTypeTranslation(int idx, OsTypeTranslation &osTypeTranslation)WireTapServerHandle
getProduct(WireTapStr &product) constWireTapServerHandle
getProtocolVersion(int &major, int &minor) constWireTapServerHandle
getRootNode(WireTapNodeHandle &root) constWireTapServerHandle
getStorageId(WireTapStr &storageId) constWireTapServerHandle
getTranslationGroup(int index, TranslationGroup &group)WireTapServerHandle
getVendor(WireTapStr &vendor) constWireTapServerHandle
getVersion(int &major, int &minor) constWireTapServerHandle
invalidateCache()WireTapServerHandle
isConnected() constWireTapServerHandle
isDatabase(const char *db) constWireTapServerHandle
lastError() constWireTapServerHandle
ping(unsigned timeoutMS=30000) constWireTapServerHandle
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) constWireTapServerHandle
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)WireTapServerHandleexplicit
WireTapServerHandle(const WireTapServerHandle &serverHandle)WireTapServerHandle
WireTapServerHandle(WireTapServerHandle &&serverHandle) noexceptWireTapServerHandle
writeFrame(const char *frameId, const void *buffer, size_t bufferSize)WireTapServerHandle
~WireTapServerHandle()WireTapServerHandlevirtual