OpenHome.Net.ControlPoint.CpDevice.CpDevice C# (CSharp) Method

CpDevice() public method

Constructor. Not intended for external use.
Devices should be constructed via CpDevice or CpDeviceList subclasses.
public CpDevice ( IntPtr aHandle ) : System
aHandle System.IntPtr Handle to the underlying native device
return System
        public CpDevice(IntPtr aHandle)
        {
            iHandle = aHandle;
        }