System.GetInfoEventArgs.GetInfoEventArgs C# (CSharp) Метод

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

public GetInfoEventArgs ( UInt16 major, UInt16 minor, UInt16 patch, UInt16 build, UInt16 ll_version, Byte protocol_version, Byte hw )
major UInt16
minor UInt16
patch UInt16
build UInt16
ll_version UInt16
protocol_version Byte
hw Byte
                    public GetInfoEventArgs(UInt16 major, UInt16 minor, UInt16 patch, UInt16 build, UInt16 ll_version, Byte protocol_version, Byte hw)
                    {
                        this.major = major;
                        this.minor = minor;
                        this.patch = patch;
                        this.build = build;
                        this.ll_version = ll_version;
                        this.protocol_version = protocol_version;
                        this.hw = hw;
                    }
                }
GetInfoEventArgs