Overview | Namespace | Class | Index | Help |
oslAddrFamily | Family = osl_Socket_FamilyInet, |
oslProtocol | Protocol = osl_Socket_ProtocolIp, |
oslSocketType | Type = osl_Socket_TypeDgram ); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | YES | NO |
Type | is sock_dgram by default. |
void * | pBuffer, |
sal_uInt32 | BufferSize, |
SocketAddr * | pSenderAddr = 0, |
oslSocketMsgFlag | Flag = osl_Socket_MsgNormal ); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | YES | NO |
pSenderAddr | You must provide pointer to a SocketAddr. It will be filled with the address of the datagrams sender. If pSenderAddr is 0, it is ignored. |
pBuffer | Points to a buffer that will be filled with the received datagram. |
BufferSize | The size of pBuffer. |
Flag | Modifier for the call. Valid values are:
|
const SocketAddr & | ReceiverAddr, |
const void * | pBuffer, |
sal_uInt32 | BufferSize, |
oslSocketMsgFlag | Flag = osl_Socket_MsgNormal ); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | YES | NO |
ReceiverAddr | A SocketAddr that contains the destination address for this send. |
pBuffer | Points to a buffer that contains the send-data. |
BufferSize | 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.