2.20.
CLASS: PIF
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 PIF. If
the key is not in that Map, then do nothing.
Signature:
void remove_from_other_config (session_id s, PIF ref self, string key)
Arguments:
type
name
description
PIF ref
self
reference to the object
string
key
Key to remove
Return Type:
void
RPC name: get by uuid
Overview:
Get a reference to the PIF instance with the specified UUID.
Signature:
(PIF ref) get_by_uuid (session_id s, string uuid)
Arguments:
type
name
description
string
uuid
UUID of object to return
Return Type:
PIF ref
reference to the object
RPC name: get record
Overview:
Get a record containing the current state of the given PIF.
Signature:
(PIF record) get_record (session_id s, PIF ref self)
Arguments:
type
name
description
PIF ref
self
reference to the object
Return Type:
PIF record
all fields from the object
187