package
3.2.0-dev.48
Repository: https://github.com/edgexfoundry/device-sdk-go.git
Documentation: pkg.go.dev

# Functions

NewCommandValue create a CommandValue according to the valueType supplied.
NewCommandValueWithOrigin wraps NewCommandValue, create a CommandValue and add the Origin field.

# Constants

Policy limits should be located in global config namespace Currently assigning 16MB (binary), 16 * 2^20 bytes.

# Structs

AsyncValues is the struct for sending Device readings asynchronously via ProtocolDrivers.
CommandRequest is the struct for requesting a command to ProtocolDrivers.
CommandValue is the struct to represent the reading value of a Get command coming from ProtocolDrivers or the parameter of a Put command sending to ProtocolDrivers.
No description provided by the author
DiscoveredDevice defines the required information for a found device.
No description provided by the author