src/network/socket/qudpsocket.cpp
changeset 22 79de32ba3296
parent 18 2f34d5167611
equal deleted inserted replaced
19:fcece45ef507 22:79de32ba3296
    83     datagram.
    83     datagram.
    84 
    84 
    85     The \l{network/broadcastsender}{Broadcast Sender} and
    85     The \l{network/broadcastsender}{Broadcast Sender} and
    86     \l{network/broadcastreceiver}{Broadcast Receiver} examples
    86     \l{network/broadcastreceiver}{Broadcast Receiver} examples
    87     illustrate how to use QUdpSocket in applications.
    87     illustrate how to use QUdpSocket in applications.
       
    88 
       
    89     \section1 Symbian Platform Security Requirements
       
    90 
       
    91     On Symbian, processes which use this class must have the
       
    92     \c NetworkServices platform security capability. If the client
       
    93     process lacks this capability, operations will result in a panic.
       
    94 
       
    95     Platform security capabilities are added via the
       
    96     \l{qmake-variable-reference.html#target-capability}{TARGET.CAPABILITY}
       
    97     qmake variable.
    88 
    98 
    89     \sa QTcpSocket
    99     \sa QTcpSocket
    90 */
   100 */
    91 
   101 
    92 /*! \enum QUdpSocket::BindFlag
   102 /*! \enum QUdpSocket::BindFlag