Exemplo n.º 1
0
func RunBluetooth() {
	C.Connect()
}
Exemplo n.º 2
0
func Connect(ip string, port int) *_Ctype_pc_client_t {
	cip := C.CString(ip)
	ret := C.Connect(cip, C.int(port))
	return ret
}