AmiMethod::get...() Accessors
Accessors
Declaration
AmiStatus getHelp(const char ** help) const;
AmiStatus getName(const char ** name) const;
AmiSession * getSession(void) const;
AmiStatus& getStatus();
Purpose
Accessors for retrieving information from an AmiMethod
instance.
Method |
Description |
|
Gets the help text for the method. |
|
Gets the name of the method. |
|
Gets the |
|
Used to check if the method object has been created correctly. |