[AS3] Class r1.rpc.RPCFacade |
Client API |
| Package | r1.rpc |
| Class | public class RPCFacade |
Property detail
| rpc | property |
rpc:RPC [read-write]Implementation
public function get rpc():RPC
public function set rpc(value:RPC):void
Constructor detail
| RPCFacade | () | constructor |
public function RPCFacade(rpc:RPC, encoding:int)Parameters
rpc:RPC — the RPC object for this façade. It can be
null, where the RPC.defaultRPC
will be used.
|
|
encoding:int — for future use.
|
Method detail
| call | () | method |
r1_internal function call(methodName:String, args:Array, receiver:*):voidParameters
methodName:String |
|
args:Array |
|
receiver:* |