Implemented RObjectIx-based memoryaccess APIs.
Upshot is that objinfo now works again on platforms that define FSHELL_NO_DOBJECTIX_SUPPORT.
# rsocket.cif# # Copyright (c) 2010 Accenture. All rights reserved.# This component and the accompanying materials are made available# under the terms of the "Eclipse Public License v1.0"# which accompanies this distribution, and is available# at the URL "http://www.eclipse.org/legal/epl-v10.html".# # Initial Contributors:# Accenture - Initial contribution#==name rsocket==short-descriptionSend and receive data via Symbian's C<RSocket> API.==long-descriptionThis command allows a TCP connection to be established using Symbian's C<RSocket> API. Currently, after establishing the connection it immediately disconnects. However, it is intended that future versions will support writing data read from STDIN to the socket and write data read from the socket to STDOUT.==see-alsoL<iap|iap>, L<rconn|rconn>==argument enum operationThe operation required.==enum-value connectEstablish an active TCP connection to the specified host.==enum-value listenListen for incoming TCP connections on the specified port (not yet implemented).==argument string hostThe name or IP address of the host to connect to or the interface to listen on.==argument uint portThe port of the host to connect to or the interface to listen on.==option bool v verbosePrint verbose output.==option uint i iapThe Internet Access Provider identifier to use.==option uint n networkThe network identifier to use.==copyrightCopyright (c) 2009-2010 Accenture. All rights reserved.