C# Class OpenHome.Net.ControlPoint.Argument

(Action) Argument. Only intended for use by auto-generated proxies.
One Argument will be created per [in/out]put Parameter for the Action. Input parameters should construct arguments using the (Parameter, Val) constructor. Output parameters should construct arguments using only the parameter and should read the value when the invocation completes.
Exibir arquivo Open project: openhome/ohNet Class Usage Examples

Protected Properties

Property Type Description
iHandle System.IntPtr

Protected Methods

Method Description
Argument ( ) : System

Private Methods

Method Description
Handle ( ) : IntPtr

Method Details

Argument() protected method

protected Argument ( ) : System
return System

Property Details

iHandle protected_oe property

protected IntPtr,System iHandle
return System.IntPtr