Last updated 2 years ago
Was this helpful?
이더넷 객체로 객체를 송신합니다.
{ENet객체}.send_bbuf {BBuf객체}
BBuf객체
송신할 Binary Buffer 객체.
송신한 바이트 수
var bbuf=enet.BBuf() var arr=[ -3, 0, 1 ] bbuf.append("s4", arr) var nitem=cli.send_bbuf(bbuf)