enum Steamcr::EClientStat

Defined in:

steamd/enums.cr

Enum Members

P2_P_CONNECTIONS_UDP = 0
P2_P_CONNECTIONS_RELAY = 1
P2_P_GAME_CONNECTIONS = 2
P2_P_VOICE_CONNECTIONS = 3
BYTES_DOWNLOADED = 4

Class Method Summary

Instance Method Summary

Class Method Detail

def self.from_io(io, format) #

[View source]

Instance Method Detail

def bytes_downloaded? #

[View source]
def p2_p_connections_relay? #

[View source]
def p2_p_connections_udp? #

[View source]
def p2_p_game_connections? #

[View source]
def p2_p_voice_connections? #

[View source]
def to_io(io, format) #

[View source]