ATTClient.GroupFoundEventArgs.GroupFoundEventArgs C# (CSharp) 메소드

GroupFoundEventArgs() 공개 메소드

public GroupFoundEventArgs ( Byte connection, UInt16 start, UInt16 end, Byte uuid )
connection Byte
start System.UInt16
end System.UInt16
uuid Byte
                    public GroupFoundEventArgs(Byte connection, UInt16 start, UInt16 end, Byte[] uuid)
                    {
                        this.connection = connection;
                        this.start = start;
                        this.end = end;
                        this.uuid = uuid;
                    }
                }
GroupFoundEventArgs