Property | Type | Description | |
---|---|---|---|
Id | int | ||
Name | string | ||
SceKernelVTimerOptParam |
Property | Type | Description | |
---|---|---|---|
CurrentUpdatedTime | long | ||
ElapsedAccumulatedTime | long | ||
HandlerArgument | PspPointer | ||
HandlerCallback | PspPointer | ||
HandlerEnabled | bool | ||
HandlerIsWide | bool | ||
HandlerTime | long | ||
PreviousUpdatedTime | long | ||
Timer |
Method | Description | |
---|---|---|
CancelHandler ( ) : void | ||
Dispose ( ) : void | ||
Handler ( ) : void | ||
SetHandler ( long Time, PspPointer HandlerCallback, PspPointer HandlerArgument, bool HandlerIsWide ) : void | ||
Start ( ) : void | ||
Stop ( ) : void | ||
UpdateElapsedTime ( bool Increment ) : void | ||
VirtualTimer ( InjectContext InjectContext, string Name ) : System |
Method | Description | |
---|---|---|
UpdateHandlerTime ( ) : void |
public SetHandler ( long Time, PspPointer HandlerCallback, PspPointer HandlerArgument, bool HandlerIsWide ) : void | ||
Time | long | |
HandlerCallback | PspPointer | |
HandlerArgument | PspPointer | |
HandlerIsWide | bool | |
return | void |
public UpdateElapsedTime ( bool Increment ) : void | ||
Increment | bool | |
return | void |
public VirtualTimer ( InjectContext InjectContext, string Name ) : System | ||
InjectContext | InjectContext | |
Name | string | |
return | System |
public ThreadManForUser.SceKernelVTimerOptParam,CSPspEmu.Hle.Modules.threadman SceKernelVTimerOptParam | ||
return |