2.32.
CLASS: CONSOLE
CHAPTER 2.
API REFERENCE
RPC name: get by uuid
Overview:
Get a reference to the console instance with the specified UUID.
Signature:
(console ref) get_by_uuid (session_id s, string uuid)
Arguments:
type
name
description
string
uuid
UUID of object to return
Return Type:
console ref
reference to the object
RPC name: get record
Overview:
Get a record containing the current state of the given console.
Signature:
(console record) get_record (session_id s, console ref self)
Arguments:
type
name
description
console ref
self
reference to the object
Return Type:
console record
all fields from the object
281