Versions in this module Expand all Collapse all v1 v1.0.0 Apr 14, 2020 Changes in this version + const CommandTetheringBind + const CommandTetheringUnbind + const EventTetheringAccepted + var EventConstants = map[string]Unmarshaler + func GetEventReply(event string) (json.Unmarshaler, bool) + type AcceptedReply struct + ConnectionID string + Port int + func (a *AcceptedReply) GetFrameID() string + func (a *AcceptedReply) MatchFrameID(frameID string, m []byte) (bool, error) + func (a *AcceptedReply) UnmarshalJSON(b []byte) error + type BindArgs struct + Port int + func (a *BindArgs) MarshalJSON() ([]byte, error) + func (a *BindArgs) UnmarshalJSON(b []byte) error + type BindReply struct + func (a *BindReply) GetFrameID() string + func (a *BindReply) MatchFrameID(frameID string, m []byte) (bool, error) + func (a *BindReply) UnmarshalJSON(b []byte) error + type UnbindArgs struct + Port int + func (a *UnbindArgs) MarshalJSON() ([]byte, error) + func (a *UnbindArgs) UnmarshalJSON(b []byte) error + type UnbindReply struct + func (a *UnbindReply) GetFrameID() string + func (a *UnbindReply) MatchFrameID(frameID string, m []byte) (bool, error) + func (a *UnbindReply) UnmarshalJSON(b []byte) error + type Unmarshaler func() json.Unmarshaler