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

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

public AttributeFoundEventArgs ( Byte connection, UInt16 chrdecl, UInt16 value, Byte properties, Byte uuid )
connection Byte
chrdecl System.UInt16
value System.UInt16
properties Byte
uuid Byte
                    public AttributeFoundEventArgs(Byte connection, UInt16 chrdecl, UInt16 value, Byte properties, Byte[] uuid)
                    {
                        this.connection = connection;
                        this.chrdecl = chrdecl;
                        this.value = value;
                        this.properties = properties;
                        this.uuid = uuid;
                    }
                }
AttributeFoundEventArgs