config

package
v0.0.3 Latest Latest
Warning

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

Go to latest
Published: Sep 20, 2017 License: BSD-3-Clause Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// BusName contains the dbus node name
	BusName = "com.subgraph.USBLockout"
	// ObjectPath contains the dbus object path
	ObjectPath = "/com/subgraph/USBLockout"
	// InterfaceName contains the dbus interface name
	InterfaceName = "com.subgraph.USBLockout"
	// AppName is the application name
	AppName = "usblockout"
)
View Source
const IntrospectXML = `
<node>
  <interface name="com.subgraph.USBLockout">
    <method name="SetLocked">
      <arg name="locked" direction="in" type="b" />
    </method>
    <method name="IsRunning">
      <arg name="running" direction="out" type="b" />
    </method>
  </interface>` +
	introspect.IntrospectDataString +
	`</node>`

IntrospectXML contains the dbus node definition

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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