src/network/socket/qudpsocket.cpp
branchRCL_3
changeset 14 c0432d11811c
parent 4 3b1da2848fc7
equal deleted inserted replaced
13:cc75c76972ee 14:c0432d11811c
    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