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

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

public FindInformationEventArgs ( Byte connection, UInt16 result )
connection Byte
result System.UInt16
                    public FindInformationEventArgs(Byte connection, UInt16 result)
                    {
                        this.connection = connection;
                        this.result = result;
                    }
                }
FindInformationEventArgs