Overview | Namespace | Class | Index | Help |
oslAddrFamily | Family = osl_Socket_FamilyInet, |
oslProtocol | Protocol = osl_Socket_ProtocolIp, |
oslSocketType | Type = osl_Socket_TypeStream ); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | YES | NO |
Type | For some protocols it might be desirable to use a different type than |
const StreamSocket & | ); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | YES | NO |
oslSocket | Socket, |
__sal_NoAcquire | noacquire ); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | YES | NO |
oslSocket | Socket ); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | YES | NO |
void * | pBuffer, |
sal_uInt32 | n ); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | YES | NO |
pBuffer | receives the read data. pBuffer must be large enough to hold n bytes. |
n | the number of bytes to read. |
const void * | pBuffer, |
sal_uInt32 | n ); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | YES | NO |
pBuffer | contains the data to be written. |
n | the number of bytes to write. |
void * | pBuffer, |
sal_uInt32 | BytesToRead, |
oslSocketMsgFlag | flags = osl_Socket_MsgNormal ); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | YES | NO |
pBuffer | Points to a buffer that will be filled with the received data. pBuffer must have at least have a size of BytesToRead. |
BytesToRead | The number of bytes to read. |
Flag | Modifier for the call. Valid values are:
|
const void * | pBuffer, |
sal_uInt32 | BytesToSend, |
oslSocketMsgFlag | = osl_Socket_MsgNormal ); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | NO | NO |
pBuffer | Points to a buffer that contains the send-data. |
BytesToSend | The number of bytes to send. pBuffer must have at least this size. |
Flag | Modifier for the call. Valid values are:
|
Copyright © 2003 Sun Microsystems, Inc.