AbortCommandString() | PChannel | |
AccessDenied enum value | PChannel | |
BadParameter enum value | PChannel | |
BufferTooSmall enum value | PChannel | |
channelName | PChannel | [protected] |
Class() | PObject | [inline, static] |
Clone() const | PObject | [virtual] |
Close() | PQueueChannel | [virtual] |
Compare(const PObject &obj) const | PChannel | [virtual] |
CompareObjectMemoryDirect(const PObject &obj) const | PObject | [virtual] |
Comparison enum name | PObject | |
ConvertOSError(int libcReturnValue, Errors &lastError, int &osError) | PChannel | [static] |
ConvertOSError(int libcReturnValue, ErrorGroup group=LastGeneralError) | PChannel | [protected, virtual] |
dequeuePos | PQueueChannel | [protected] |
DeviceInUse enum value | PChannel | |
DiskFull enum value | PChannel | |
enqueuePos | PQueueChannel | [protected] |
EqualTo enum value | PObject | |
ErrorGroup enum name | PChannel | |
Errors enum name | PChannel | |
FileExists enum value | PChannel | |
GetBaseReadChannel() const | PChannel | [virtual] |
GetBaseWriteChannel() const | PChannel | [virtual] |
GetClass(unsigned=0) const | PObject | [inline, virtual] |
GetErrorCode(ErrorGroup group=NumErrorGroups) const | PChannel | |
GetErrorNumber(ErrorGroup group=NumErrorGroups) const | PChannel | |
GetErrorText(ErrorGroup group=NumErrorGroups) const | PChannel | [virtual] |
GetErrorText(Errors lastError, int osError=0) | PChannel | [static] |
GetHandle() const | PChannel | |
GetLastReadCount() const | PChannel | [virtual] |
GetLastWriteCount() const | PChannel | [virtual] |
GetLength() const | PQueueChannel | [inline] |
GetName() const | PChannel | [virtual] |
GetReadTimeout() const | PChannel | |
GetSize() const | PQueueChannel | [inline] |
GetWriteTimeout() const | PChannel | |
GreaterThan enum value | PObject | |
HashFunction() const | PChannel | [virtual] |
InternalIsDescendant(const char *clsName) const | PObject | [inline, virtual] |
Interrupted enum value | PChannel | |
IsClass(const char *cls) const | PObject | [inline] |
IsOpen() const | PChannel | [virtual] |
lastErrorCode | PChannel | [protected] |
lastErrorNumber | PChannel | [protected] |
LastGeneralError enum value | PChannel | |
lastReadCount | PChannel | [protected] |
LastReadError enum value | PChannel | |
lastWriteCount | PChannel | [protected] |
LastWriteError enum value | PChannel | |
LessThan enum value | PObject | |
Miscellaneous enum value | PChannel | |
mutex | PQueueChannel | [protected] |
NoError enum value | PChannel | |
NoMemory enum value | PChannel | |
NotFound enum value | PChannel | |
NotOpen enum value | PChannel | |
NumErrorGroups enum value | PChannel | |
NumNormalisedErrors enum value | PChannel | |
OnReadComplete(void *buf, PINDEX len) | PChannel | [virtual] |
OnWriteComplete(const void *buf, PINDEX len) | PChannel | [virtual] |
Open(PINDEX queueSize) | PQueueChannel | [virtual] |
operator!=(const PObject &obj) const | PObject | [inline] |
operator<(const PObject &obj) const | PObject | [inline] |
operator<<(ostream &strm, const PObject &obj) | PObject | [friend] |
operator<=(const PObject &obj) const | PObject | [inline] |
operator=(const PChannel &) | PChannel | [protected] |
operator==(const PObject &obj) const | PObject | [inline] |
operator>(const PObject &obj) const | PObject | [inline] |
operator>=(const PObject &obj) const | PObject | [inline] |
operator>>(istream &strm, PObject &obj) | PObject | [friend] |
os_handle | PChannel | [protected] |
PChannel() | PChannel | |
PChannel(const PChannel &) | PChannel | [protected] |
PObject() | PObject | [inline, protected] |
PQueueChannel(PINDEX queueSize=0) | PQueueChannel | |
PrintOn(ostream &strm) const | PObject | [virtual] |
ProtocolFailure enum value | PChannel | |
px_lastBlockType | PChannel | [protected] |
px_readThread | PChannel | [protected] |
px_selectMutex | PChannel | [protected] |
px_selectThread | PChannel | [protected] |
px_threadMutex | PChannel | [protected] |
px_writeMutex | PChannel | [protected] |
px_writeThread | PChannel | [protected] |
PXAcceptBlock enum value | PChannel | |
PXBlockType enum name | PChannel | |
PXClose() | PChannel | [protected] |
PXConnectBlock enum value | PChannel | |
PXReadBlock enum value | PChannel | |
PXSetIOBlock(PXBlockType type, const PTimeInterval &timeout) | PChannel | [protected] |
PXWriteBlock enum value | PChannel | |
queueBuffer | PQueueChannel | [protected] |
queueLength | PQueueChannel | [protected] |
queueSize | PQueueChannel | [protected] |
Read(void *buf, PINDEX len) | PQueueChannel | [virtual] |
PChannel::Read(const VectorOfSlice &slices) | PChannel | [virtual] |
ReadAsync(void *buf, PINDEX len) | PChannel | [virtual] |
ReadBlock(void *buf, PINDEX len) | PChannel | |
ReadChar() | PChannel | [virtual] |
ReadCharWithTimeout(PTimeInterval &timeout) | PChannel | [protected] |
ReadFrom(istream &strm) | PObject | [virtual] |
ReadString(PINDEX len) | PChannel | |
readTimeout | PChannel | [protected] |
ReceiveCommandString(int nextChar, const PString &reply, PINDEX &pos, PINDEX start) | PChannel | [protected] |
SendCommandString(const PString &command) | PChannel | |
SetBufferSize(PINDEX newSize) | PChannel | |
SetErrorValues(Errors errorCode, int osError, ErrorGroup group=LastGeneralError) | PChannel | |
SetReadTimeout(const PTimeInterval &time) | PChannel | |
SetWriteTimeout(const PTimeInterval &time) | PChannel | |
Shutdown(ShutdownValue option) | PChannel | [virtual] |
ShutdownRead enum value | PChannel | |
ShutdownReadAndWrite enum value | PChannel | |
ShutdownValue enum name | PChannel | |
ShutdownWrite enum value | PChannel | |
Timeout enum value | PChannel | |
unempty | PQueueChannel | [protected] |
unfull | PQueueChannel | [protected] |
VectorOfSlice typedef | PChannel | |
Write(const void *buf, PINDEX len) | PQueueChannel | [virtual] |
PChannel::Write(const VectorOfSlice &slices) | PChannel | [virtual] |
WriteAsync(const void *buf, PINDEX len) | PChannel | [virtual] |
WriteChar(int c) | PChannel | |
WriteString(const PString &str) | PChannel | |
writeTimeout | PChannel | [protected] |
~PChannel() | PChannel | |
~PObject() | PObject | [inline, virtual] |
~PQueueChannel() | PQueueChannel | |