Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
UlteriusServer
Api
Network
PacketHandlers
GpuPacketHandler
C# Class UlteriusServer.Api.Network.PacketHandlers.GpuPacketHandler
Inheritance:
PacketHandler
Show file
Open project: Ulterius/server
Public Methods
Method
Description
GetGpuInformation
( ) :
void
HandlePacket
(
Packet
packet
) :
void
Private Methods
Method
Description
GetGpuTemp
(
string
gpuName
) :
float?
Method Details
GetGpuInformation()
public
method
public
GetGpuInformation
( ) :
void
return
void
HandlePacket()
public
method
public
HandlePacket
(
Packet
packet
) :
void
packet
Packet
return
void