Documentation
¶
Index ¶
- type NotITG
- func (n *NotITG) Disconnect()
- func (n *NotITG) GetDetail() NotITGDetail
- func (n *NotITG) GetExternal(index int) int32
- func (n *NotITG) Heartbeat() bool
- func (n *NotITG) IsConnected() bool
- func (n *NotITG) SetExternal(index int, flag int32)
- func (n *NotITG) TryGetExternal(index int) (int32, error)
- func (n *NotITG) TrySetExternal(index int, flag int32) error
- type NotITGDetail
- type NotITGVersion
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NotITG ¶
type NotITG struct { Version NotITGVersion ProcessID int ProcessMemory *memory.ProcessMemory }
func ScanProcessID ¶
func (*NotITG) Disconnect ¶
func (n *NotITG) Disconnect()
func (*NotITG) GetDetail ¶
func (n *NotITG) GetDetail() NotITGDetail
func (*NotITG) GetExternal ¶
func (*NotITG) IsConnected ¶
func (*NotITG) SetExternal ¶
type NotITGDetail ¶
type NotITGVersion ¶
type NotITGVersion int
const ( V1 NotITGVersion = iota V2 V3 V3_1 V4 V4_0_1 V4_2 V4_3 V4_9 V4_9_1 )
Click to show internal directories.
Click to hide internal directories.