drom

package
v0.0.0-...-e633676 Latest Latest
Warning

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

Go to latest
Published: Feb 3, 2020 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ConfigurationListJSON

type ConfigurationListJSON []struct {
	Name            string        `json:"name"`
	Configuration   string        `json:"configuration"`
	TenantDomain    string        `json:"tenantDomain"`
	Created         string        `json:"created"`
	Modified        string        `json:"modified"`
	ByDefault       bool          `json:"byDefault"`
	ConfigurationID string        `json:"configurationId"`
	Links           []interface{} `json:"links"`
}

ConfigurationListJSON is

type Drom

type Drom struct{}

Drom is a method for remotely licensing a device. The important thing to note here is that the device must have a drom-recording. Otherwise, no licensing will be done.

func (Drom) AddDevice

func (d Drom) AddDevice(deviceID string, configurationName string) string

AddDevice is

func (Drom) AddDeviceAuto

func (d Drom) AddDeviceAuto(deviceID string, configurationName string) string

AddDeviceAuto is

func (Drom) ConfigurationList

func (d Drom) ConfigurationList(setUnMarshal bool, setVisualFlag bool) []byte

ConfigurationList is

func (Drom) DeleteDrom

func (d Drom) DeleteDrom(setDeviceID string, visualFlag bool) string

DeleteDrom is

func (Drom) GetDromConfiguration

func (d Drom) GetDromConfiguration(configurationName string, setUnMarshal bool, setVisualFlag bool) string

GetDromConfiguration is

func (Drom) SendDrom

func (d Drom) SendDrom(setDeviceID string, visualFlag bool) string

SendDrom carries out the transmission of the drom configuration to which it was previously registered to a device with the Device ID.

Jump to

Keyboard shortcuts

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