, including all inherited members.
| addRef() const | zeus::TBluetoothSocket | [virtual] |
| askForInterface(const InterfaceID &rInterfaceID, IZUnknown *&rpIface) | zeus::TBluetoothSocket | [virtual] |
| available() const | zeus::TBluetoothSocket | [inline, virtual] |
| close() | zeus::TBluetoothSocket | [inline, virtual] |
| connect() | zeus::TBluetoothSocket | [virtual] |
| disconnect() | zeus::TAbstractSocket | [virtual] |
| flush() | zeus::TBluetoothSocket | [inline, virtual] |
| getAddress() const | zeus::TAbstractSocket | |
| getBoolSocketOption(Int iFD, Int iOption, Int iLevel) | zeus::TAbstractSocket | [protected, static] |
| getErrorCode(bool bHandleBlockedAsError) | zeus::TAbstractSocket | [protected, static] |
| getHash() const | zeus::TZObject | [inline] |
| getHostName() const | zeus::TAbstractSocket | |
| getIntSocketOption(Int iFD, Int iOption, Int iLevel) | zeus::TAbstractSocket | [protected, static] |
| getObjName() const | zeus::TZObject | [inline, virtual] |
| getPort() const | zeus::TAbstractSocket | |
| getReceiveBufferSize() const | zeus::TAbstractSocket | [inline] |
| getRefCounter() const | zeus::TZObject | [inline, protected] |
| getSendBufferSize() const | zeus::TAbstractSocket | [inline] |
| getSocketDescripitor() const | zeus::TAbstractSocket | [inline] |
| hasAuthentication() const | zeus::TBluetoothSocket | [inline] |
| hasEncryption() const | zeus::TBluetoothSocket | [inline] |
| isBlockable() const | zeus::TAbstractSocket | [inline] |
| isConnected() const | zeus::TAbstractSocket | |
| isEndReached() const | zeus::TBluetoothSocket | [inline, virtual] |
| isReUsable() const | zeus::TAbstractSocket | [inline] |
| isValid() const | zeus::TAbstractSocket | |
| m_bBlockable | zeus::TAbstractSocket | [protected] |
| m_bConnected | zeus::TAbstractSocket | [protected] |
| m_bReUsable | zeus::TAbstractSocket | [protected] |
| m_iSocketFD | zeus::TAbstractSocket | [protected] |
| m_pAddress | zeus::TAbstractSocket | [protected] |
| m_rSocketLock | zeus::TAbstractSocket | [protected] |
| m_uiID | zeus::TZObject | [protected] |
| openSocket() | zeus::TBluetoothSocket | [protected, virtual] |
| operator=(const TZObject &rObject) | zeus::TZObject | [protected] |
| read(char *pBuffer, Int iBufferSize, Int &rValidSize) const | zeus::TBluetoothSocket | [virtual] |
| readArray(IByteArray &rData) const | zeus::TBluetoothSocket | [virtual] |
| readBool(bool *pError) const | zeus::TBluetoothSocket | [inline, virtual] |
| readFloat32(bool *pError) const | zeus::TBluetoothSocket | [virtual] |
| readFloat64(bool *pError) const | zeus::TBluetoothSocket | [virtual] |
| readInt16(bool *pError) const | zeus::TBluetoothSocket | [virtual] |
| readInt32(bool *pError) const | zeus::TBluetoothSocket | [virtual] |
| readInt64(bool *pError) const | zeus::TBluetoothSocket | [virtual] |
| readInt8(bool *pError) const | zeus::TBluetoothSocket | [virtual] |
| readItem() const | zeus::TBluetoothSocket | [virtual] |
| readString(IString &rstrData) const | zeus::TBluetoothSocket | [virtual] |
| readUint16(bool *pError) const | zeus::TBluetoothSocket | [inline, virtual] |
| readUint32(bool *pError) const | zeus::TBluetoothSocket | [inline, virtual] |
| readUint64(bool *pError) const | zeus::TBluetoothSocket | [inline, virtual] |
| readUint8(bool *pError) const | zeus::TBluetoothSocket | [inline, virtual] |
| release() const | zeus::TBluetoothSocket | [virtual] |
| reset() | zeus::TBluetoothSocket | [inline, virtual] |
| setAuthentication(bool bMode) | zeus::TBluetoothSocket | [inline] |
| setBlockable(bool bMode) | zeus::TAbstractSocket | |
| setBoolSocketOption(Int iFD, Int iOption, Int iLevel, bool bValue) | zeus::TAbstractSocket | [protected, static] |
| setEncryption(bool bMode) | zeus::TBluetoothSocket | [inline] |
| setIntSocketOption(Int iFD, Int iOption, Int iLevel, Int iValue) | zeus::TAbstractSocket | [protected, static] |
| setObjName(const TString &name) | zeus::TZObject | [inline, virtual] |
| setReceiveBufferSize(Int iSize) | zeus::TAbstractSocket | [inline] |
| setReUsable(bool bMode) | zeus::TAbstractSocket | [inline] |
| setSendBufferSize(Int iSize) | zeus::TAbstractSocket | [inline] |
| setTCPBufferEnable(bool bMode) | zeus::TAbstractSocket | [inline] |
| skip(Int iBytes=1) | zeus::TBluetoothSocket | [virtual] |
| TAbstractSocket(TIPAddress &rAddress) | zeus::TAbstractSocket | |
| TAbstractSocket(const TString &rstrAddr, Uint uiPort) | zeus::TAbstractSocket | |
| TAbstractSocket(Int iFD, struct sockaddr_in &rAddress) | zeus::TAbstractSocket | |
| TAbstractSocket() | zeus::TAbstractSocket | [protected] |
| TBluetoothSocket() | zeus::TBluetoothSocket | |
| TBluetoothSocket(TBTAddress &rAddress) | zeus::TBluetoothSocket | |
| TBluetoothSocket(Int iFD, SOCKADDR_BTH &rSocketAddr) | zeus::TBluetoothSocket | |
| toString() const | zeus::TZObject | |
| TZObject() | zeus::TZObject | |
| TZObject(const TString &strName) | zeus::TZObject | |
| TZObject(const IString &strName) | zeus::TZObject | |
| TZObject(const TZObject &rObject) | zeus::TZObject | [protected] |
| write(const char *pBuffer, Int iBufferSize) | zeus::TBluetoothSocket | [virtual] |
| writeArray(const IByteArray &rData) | zeus::TBluetoothSocket | [virtual] |
| writeBool(bool bData) | zeus::TBluetoothSocket | [inline, virtual] |
| writeFloat32(Float32 fData) | zeus::TBluetoothSocket | [virtual] |
| writeFloat64(const Float64 &rdData) | zeus::TBluetoothSocket | [virtual] |
| writeInt16(Int16 sData) | zeus::TBluetoothSocket | [virtual] |
| writeInt32(Int32 lData) | zeus::TBluetoothSocket | [virtual] |
| writeInt64(const Int64 &rldData) | zeus::TBluetoothSocket | [virtual] |
| writeInt8(Int8 cData) | zeus::TBluetoothSocket | [virtual] |
| writeString(const IString &rData) | zeus::TBluetoothSocket | [virtual] |
| writeUint16(Uint16 usData) | zeus::TBluetoothSocket | [inline, virtual] |
| writeUint32(Uint32 ulData) | zeus::TBluetoothSocket | [inline, virtual] |
| writeUint64(const Uint64 &ruldData) | zeus::TBluetoothSocket | [inline, virtual] |
| writeUint8(Uint8 ucData) | zeus::TBluetoothSocket | [inline, virtual] |
| ~TAbstractSocket() | zeus::TAbstractSocket | [protected, virtual] |
| ~TBluetoothSocket() | zeus::TBluetoothSocket | [protected, virtual] |
| ~TZObject() | zeus::TZObject | [inline, protected, virtual] |