Documentation
¶
Index ¶
- type DevicePlugin
- func (dev *DevicePlugin) CreateDevice() *device.Device
- func (dev *DevicePlugin) Device_Print(self *device.Device)
- func (dev *DevicePlugin) Device_SetValue(self *device.Device, value int32)
- func (dev *DevicePlugin) Device_Value(self *device.Device) (value int32)
- func (dev *DevicePlugin) GetDevice(ptr *device.Device, useJson bool) (encoded []byte, err error)
- func (dev *DevicePlugin) Init(lookup func(symName string) (plugin.Symbol, error)) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DevicePlugin ¶
type DevicePlugin struct {
// contains filtered or unexported fields
}
func (*DevicePlugin) CreateDevice ¶
func (dev *DevicePlugin) CreateDevice() *device.Device
func (*DevicePlugin) Device_Print ¶
func (dev *DevicePlugin) Device_Print(self *device.Device)
func (*DevicePlugin) Device_SetValue ¶
func (dev *DevicePlugin) Device_SetValue(self *device.Device, value int32)
func (*DevicePlugin) Device_Value ¶
func (dev *DevicePlugin) Device_Value(self *device.Device) (value int32)
Click to show internal directories.
Click to hide internal directories.