Hi
I would like to get the bearer type of RConnection after calling to EnumerateConnections.
for example:
RConnection iConnect;
TUint connectionCount;
User::LeaveIfError(iConnect.EnumerateConnections(connectionCount));
TPckgBuf<TConnectionInfoV2> connectionInfo;
User::LeaveIfError(iConnect.GetConnectionInfo(i, connectionInfo));
regards,
Noam




