TraceContentProperties

data class TraceContentProperties(val logLevel: NetworkAnalyzerConfigurationLogLevel? = null, val wirelessDeviceFrameInfo: NetworkAnalyzerConfigurationWirelessDeviceFrameInfo? = null)

Trace content for your wireless gateway and wireless device resources

Constructors

Link copied to clipboard
constructor(logLevel: NetworkAnalyzerConfigurationLogLevel? = null, wirelessDeviceFrameInfo: NetworkAnalyzerConfigurationWirelessDeviceFrameInfo? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The log level for a log message. The log levels can be disabled, or set to ERROR to display less verbose logs containing only error information, or to INFO for more detailed logs

Link copied to clipboard

FrameInfo of your wireless device resources for the trace content. Use FrameInfo to debug the communication between your LoRaWAN end devices and the network server.