2.24.
CLASS: SM
CHAPTER 2.
API REFERENCE
RPC name: get capabilities
Overview:
Get the capabilities field of the given SM.
Signature:
(string Set) get_capabilities (session_id s, SM ref self)
Arguments:
type
name
description
SM ref
self
reference to the object
Return Type:
string Set
value of the field
RPC name: get other config
Overview:
Get the other config field of the given SM.
Signature:
((string -> string) Map) get_other_config (session_id s, SM ref self)
Arguments:
type
name
description
SM ref
self
reference to the object
Return Type:
(string
→
string) Map
value of the field
RPC name: set other config
Overview:
Set the other config field of the given SM.
Signature:
void set_other_config (session_id s, SM ref self, (string -> string) Map value)
Arguments:
type
name
description
SM ref
self
reference to the object
(string
→
string) Map
value
New value to set
Return Type:
void
208