class MNATFWTurnSettings |
Interface for querying TURN related software settings.
Interface is not intended for derivation outside NATFW.
Public Member Functions | |
---|---|
void | GetTurnServerArrayL ( RPointerArray < MNATFWServerSettings > &) |
const TDesC8 & | LatestConnectedServerAddr () |
TInt | LatestConnectedServerPort () |
TUint | RetransmissionTimeout () |
void | GetTurnServerArrayL | ( | RPointerArray < MNATFWServerSettings > & | aServers | ) | const [pure virtual] |
Returns array of TURN server related settings. Ownership is not transferred.
RPointerArray < MNATFWServerSettings > & aServers | Array of server pointers |
const TDesC8 & | LatestConnectedServerAddr | ( | ) | const [pure virtual] |
Returns latest successfully connected TURN server address.
TInt | LatestConnectedServerPort | ( | ) | const [pure virtual] |
Returns latest successfully connected TURN server port.
TUint | RetransmissionTimeout | ( | ) | const [pure virtual] |
Returns initial retransmission timeout (RTO).
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.