Documentation ¶
Rendered for darwin/amd64
Index ¶
- Variables
- func CloseConnWithPeer(remotePID string)
- func DialPeer(remotePID string) bool
- func HandleFoundPeer(remotePID *C.char) C.int
- func ReceiveFromPeer(remotePID *C.char, payload unsafe.Pointer, length C.int)
- func SendToPeer(remotePID string, payload []byte) bool
- func StartMCDriver(localPID string)
- func StopMCDriver()
Constants ¶
This section is empty.
Variables ¶
View Source
var GoHandleFoundPeer func(remotePID string) bool = nil
View Source
var GoReceiveFromPeer func(remotePID string, payload []byte) = nil
Functions ¶
func CloseConnWithPeer ¶
func CloseConnWithPeer(remotePID string)
func ReceiveFromPeer ¶
func SendToPeer ¶
func StartMCDriver ¶
func StartMCDriver(localPID string)
func StopMCDriver ¶
func StopMCDriver()
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.