bigloo.input_port.input_port C# (CSharp) Method

input_port() public method

public input_port ( String name, byte buf ) : System
name String
buf byte
return System
        public input_port( String name, byte[] buf )
        {
            this.name= name;
              this.bufsiz= buf.Length;
              buffer= buf;
        }

Same methods

input_port::input_port ( String name, int bufsiz ) : System