Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Logger = log.New(ioutil.Discard, "", 0)
All SDK debug information is written to this Logger. The logger is muted by default. To see the debug output assign your own logger (or a new one) to this variable.
Functions ¶
func DumpCOAPRoundTrip ¶
func DumpCOAPRoundTrip(conn *coap.ClientConn, req coap.Message, res coap.Message) (message string)
DumpCOAPRoundTrip will dump the given COAP connection, request message and response message
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.