2.32.
CLASS: CONSOLE
CHAPTER 2.
API REFERENCE
RPC name: remove from other config
Overview:
Remove the given key and its corresponding value from the other config field of the given console.
If the key is not in that Map, then do nothing.
Signature:
void remove_from_other_config (session_id s, console ref self, string key)
Arguments:
type
name
description
console ref
self
reference to the object
string
key
Key to remove
Return Type:
void
RPC name: create
Overview:
Create a new console instance, and return its handle.
Signature:
(console ref) create (session_id s, console record args)
Arguments:
type
name
description
console record
args
All constructor arguments
Return Type:
console ref
reference to the newly created object
RPC name: destroy
Overview:
Destroy the specified console instance.
Signature:
void destroy (session_id s, console ref self)
Arguments:
type
name
description
console ref
self
reference to the object
Return Type:
void
280