Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrSendRequestFailed = errors.New("nsdp-scan: send request failed") ErrFailedToWaitResponse = errors.New("nsdp-scan: failed to wait response") )
Functions ¶
func AuthV2Password ¶
AuthV2Password based https://github.com/yaamai/go-nsdp/blob/d54b436f/nsdp/auth_v2.go modify
Types ¶
type Client ¶
type Client struct { NextSequence func() uint32 // contains filtered or unexported fields }
type DeviceClient ¶
type DeviceClient struct { *Client AgentID net.HardwareAddr Password []byte }
Click to show internal directories.
Click to hide internal directories.