OpenHome.Net.Core.Property.Handle C# (CSharp) Method

Handle() private method

private Handle ( ) : IntPtr
return System.IntPtr
        internal IntPtr Handle()
        {
            return iHandle;
        }

Usage Example

Ejemplo n.º 1
0
 protected void AddProperty(Property aProperty)
 {
     CpProxyAddProperty(iHandle, aProperty.Handle());
 }
All Usage Examples Of OpenHome.Net.Core.Property::Handle