Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeviceDriver ¶
type DeviceDriver struct {
// contains filtered or unexported fields
}
func NewDeviceDriver ¶
func NewDeviceDriver(ctx context.Context, cancel context.CancelFunc, protocol *models.Protocol, twinBuilder models.DeviceTwinBuilder) (*DeviceDriver, error)
func (*DeviceDriver) Initialize ¶
func (d *DeviceDriver) Initialize() error
func (*DeviceDriver) Serve ¶
func (d *DeviceDriver) Serve() error
Click to show internal directories.
Click to hide internal directories.