2.24.
CLASS: SM
CHAPTER 2.
API REFERENCE
RPC name: get record
Overview:
Get a record containing the current state of the given SM.
Signature:
(SM record) get_record (session_id s, SM ref self)
Arguments:
type
name
description
SM ref
self
reference to the object
Return Type:
SM record
all fields from the object
RPC name: get by name label
Overview:
Get all the SM instances with the given label.
Signature:
((SM ref) Set) get_by_name_label (session_id s, string label)
Arguments:
type
name
description
string
label
label of object to return
Return Type:
(SM ref) Set
references to objects with matching names
210