R/op_msg.r

##' OP_MSG
##'
##' See <URL>
##' This is a deprecated message.
##'
##' @return raw vector 

op_msg <-
  function(){
    rw <- encode_cstring('hello')
    return(c(
             make_header(1000, length(rw)),
             rw
             ))
  }
strongh/mongor documentation built on May 30, 2019, 8:32 p.m.