K2Informatics.Erlnet.OtpMbox.receiveBuf C# (CSharp) Method

receiveBuf() public method

public receiveBuf ( ) : OtpInputStream
return OtpInputStream
        public OtpInputStream receiveBuf()
        {
            return receiveMsg().getMsgBuf();
        }

Same methods

OtpMbox::receiveBuf ( long timeout ) : OtpInputStream