- PtCallback
alias PtCallback = void function(PtTimestamp timestamp, void* userData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PtError
alias PtError = int
Undocumented in source.
- PtTimestamp
alias PtTimestamp = int
Undocumented in source.
- da_Pt_Sleep
alias da_Pt_Sleep = void function(int duration)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_Pt_Start
alias da_Pt_Start = PtError function(int resolution, PtCallback callback, void* userData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_Pt_Started
alias da_Pt_Started = int function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_Pt_Stop
alias da_Pt_Stop = PtError function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_Pt_Time
alias da_Pt_Time = PtTimestamp function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.