|
delegate void | ActionResponseDelegate (NeptuneException^ error) |
|
ActionArgumentDescription | GetArgument (String^ name) |
|
Int32 | SetArgumentValue (String^ name, String^ value) |
|
virtual Boolean | Equals (Object^ obj) override |
|
◆ Name
property String Platinum::Action::Name |
Initial value:{
String^ get()
{
return gcnew String((*m_pHandle)->GetActionDesc().GetName());
}
}
property IEnumerable<ActionArgumentDescription^>^ Arguments
{
IEnumerable<ActionArgumentDescription^>^ get();
}
property Service^ ParentService
{
Service^ get();
}
property ActionDescription^ Description
{
ActionDescription^ get();
}
public:
event ActionResponseDelegate^ ActionResponse
The documentation for this class was generated from the following files:
- lib/libUPnP/Platinum/Source/Extras/Managed/Action.h
- lib/libUPnP/Platinum/Source/Extras/Managed/Action.cpp