ATTClient.IndicatedEventArgs.IndicatedEventArgs C# (CSharp) Method

IndicatedEventArgs() public method

public IndicatedEventArgs ( Byte connection, UInt16 attrhandle )
connection Byte
attrhandle System.UInt16
                    public IndicatedEventArgs(Byte connection, UInt16 attrhandle)
                    {
                        this.connection = connection;
                        this.attrhandle = attrhandle;
                    }
                }
IndicatedEventArgs