2.24.
CLASS: SM
CHAPTER 2.
API REFERENCE
RPC name: get version
Overview:
Get the version field of the given SM.
Signature:
string get_version (session_id s, SM ref self)
Arguments:
type
name
description
SM ref
self
reference to the object
Return Type:
string
value of the field
RPC name: get required api version
Overview:
Get the required api version field of the given SM.
Signature:
string get_required_api_version (session_id s, SM ref self)
Arguments:
type
name
description
SM ref
self
reference to the object
Return Type:
string
value of the field
RPC name: get configuration
Overview:
Get the configuration field of the given SM.
Signature:
((string -> string) Map) get_configuration (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
207