Documentation
¶
Rendered for windows/amd64
Overview ¶
Package debug implements the Debug SimConnect API category.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Debug ¶
type Debug struct {
// contains filtered or unexported fields
}
Debug exposes diagnostic functions for timing and packet tracking.
func (*Debug) LastSentPacketID ¶
LastSentPacketID returns the packet ID of the most recently sent SimConnect call.
type Session ¶
type Session interface {
Bindings() *bindings.SimConnect
}
Session is the subset of client.Sim methods used by this package.
Click to show internal directories.
Click to hide internal directories.