Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func NewClient ¶
func NewClient(opts ...OptionFunc) *Client
func (*Client) Dial ¶
func (c *Client) Dial(ctx context.Context, addr kitNet.Addr, opts ...coap.DialOptionFunc) (*coap.ClientCloseHandler, error)
func (*Client) Type ¶
func (*Client) Type() doxm.OwnerTransferMethod
type DialDTLS ¶
type DialDTLS = func(ctx context.Context, addr string, dtlsCfg *dtls.Config, opts ...coap.DialOptionFunc) (*coap.ClientCloseHandler, error)
type OptionFunc ¶
func WithDialDTLS ¶
func WithDialDTLS(dial DialDTLS) OptionFunc
Click to show internal directories.
Click to hide internal directories.