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

CpDeviceList() protected method

protected CpDeviceList ( ) : System
return System
        protected CpDeviceList()
        {
            iGch = GCHandle.Alloc(this);
            iFnAdded = new CallbackDevice(Added);
            iFnRemoved = new CallbackDevice(Removed);
        }