ATTClient.FindInformationFoundEventArgs.FindInformationFoundEventArgs C# (CSharp) Метод

FindInformationFoundEventArgs() публичный Метод

public FindInformationFoundEventArgs ( Byte connection, UInt16 chrhandle, Byte uuid )
connection Byte
chrhandle System.UInt16
uuid Byte
                    public FindInformationFoundEventArgs(Byte connection, UInt16 chrhandle, Byte[] uuid)
                    {
                        this.connection = connection;
                        this.chrhandle = chrhandle;
                        this.uuid = uuid;
                    }
                }
FindInformationFoundEventArgs