bridge

package
v1.8.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 11, 2015 License: LGPL-2.1, Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func MessageClose

func MessageClose(c MessageChannel) bool

MessageClose closes a MessageChannel

func MessageReceive

func MessageReceive(c MessageChannel) ([]byte, bool)

MessageReceive receives a response through a MessageChannel

func MessageSend

func MessageSend(c MessageChannel, request []byte) bool

MessageSend sends a request through a MessageChannel

func VMCheckGetVersion

func VMCheckGetVersion() (uint32, uint32)

VMCheckGetVersion returns the identifiers of the current hypervisor

func VMCheckIsVirtualWorld

func VMCheckIsVirtualWorld() bool

VMCheckIsVirtualWorld checks if current code is running in a VMware virtual machine

Types

type MessageChannel

type MessageChannel *C.struct_Message_Channel

MessageChannel provides a channel to pass information from/to the hypervisor

func MessageOpen

func MessageOpen(proto uint32) MessageChannel

MessageOpen creates a new MessageChannel

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL