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