RpcBy
Class used by Remote Procedure Call when calling remote functions.
Methods
field
public
static
Gets the value of a specific field
Usage
field = gamium.execute_rpc(RpcBy.field('Gamium.Private.CodebaseSample', 'field'))
Arguments
method
public
static
Invokes a specific function.
Usage
gamium.execute_rpc(RpcBy.method('Gamium.Private.CodebaseSample', 'CallParam1', 10))
Arguments
property
public
static
Get the value of specific professional profile
Usage
property = gamium.execute_rpc(RpcBy.property('Gamium.Private.CodebaseSample', 'property'))