Wiretap API  <small>Wiretap 2018</small>
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
WireTapServerHandle Member List

This is the complete list of members for WireTapServerHandle, including all inherited members.

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
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, int bufferSize, const char *nextFrameId1=0, const char *nextFrameId2=0)WireTapServerHandle
readFrame(const char *frameId, const void *params, unsigned paramsSize, void *buffer, int bufferSize, const char *nextFrameId1=0, const char *nextFrameId2=0)WireTapServerHandle
readStream(const char *streamId, void *buffer, int bufferSize, int itemOffset, int itemSizeInBytes, int &numItems)WireTapServerHandle
registerEventHandler(const WireTapNodeId &subject, WireTapNodeEvent::Handler *handler)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
WireTapServerHandle(const WireTapServerHandle &serverHandle)WireTapServerHandle
writeFrame(const char *frameId, const void *buffer, int bufferSize)WireTapServerHandle
~WireTapServerHandle()WireTapServerHandlevirtual