Skip to main content

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
  • class_path str

  • field_name str


method

public static

Invokes a specific function.

Usage
gamium.execute_rpc(RpcBy.method('Gamium.Private.CodebaseSample', 'CallParam1', 10))
Arguments
  • class_path str

  • method_name str


property

public static

Get the value of specific professional profile

Usage
property = gamium.execute_rpc(RpcBy.property('Gamium.Private.CodebaseSample', 'property'))
Arguments
  • class_path str

  • property_name str


Properties

by int


class_name str


target_name str


params Tuple[Any, ...]