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

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

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