K2Informatics.Erlnet.OtpMbox.receiveBuf C# (CSharp) 메소드

receiveBuf() 공개 메소드

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

Same methods

OtpMbox::receiveBuf ( long timeout ) : OtpInputStream