K2Informatics.Erlnet.OtpMbox.receiveBuf C# (CSharp) Méthode

receiveBuf() public méthode

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

Same methods

OtpMbox::receiveBuf ( long timeout ) : OtpInputStream