Attributes.ReadTypeEventArgs.ReadTypeEventArgs C# (CSharp) Method

ReadTypeEventArgs() public method

public ReadTypeEventArgs ( UInt16 handle, UInt16 result, Byte value )
handle System.UInt16
result System.UInt16
value Byte
                    public ReadTypeEventArgs(UInt16 handle, UInt16 result, Byte[] value)
                    {
                        this.handle = handle;
                        this.result = result;
                        this.value = value;
                    }
                }
ReadTypeEventArgs