lichao
2021-05-06 9eb924f64a56918536d310dd89698aa7e148c727
api/bhsgo/bhome_node.go
@@ -153,6 +153,10 @@
}
func Cleanup() {
   C.BHCleanup()
}
type ServerCB func(src unsafe.Pointer, proc_id *string, req *bh.MsgRequestTopic)
type ClientCB func(proc_id *string, msg_id *[]byte, reply *bh.MsgRequestTopicReply)
type SubDataCB func(proc_id *string, pub *bh.MsgPublish)