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

getHelp()

Gets the help text for the method.

getName()

Gets the name of the method.

getSession()

Gets the AmiSession object this method belongs to.

getStatus()

Used to check if the method object has been created correctly.

See Also

AmiSession Class