lichao
2021-04-27 5b800932ae33e571edfdc21304c2185e17f69a38
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)