Documentation
¶
Overview ¶
Package chameleon is used to communicate with chameleon devices connected to DUTs. It communicates with chameleon over XML-RPC.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Chameleon ¶
type Chameleon struct {
// contains filtered or unexported fields
}
Chameleon holds the chameleond connection information.
func Default ¶
Default creates a Chameleon object for communicating with a local chameleond instance using the default port.
func New ¶
New creates a new Chameleon object for communicating with a chameleond instance. connSpec holds chameleond's location, either as "host:port" or just "host" (to use the default port).
Click to show internal directories.
Click to hide internal directories.