C# 클래스 Steamworks.P2PSessionState_t

파일 보기 프로젝트 열기: rlabrecque/Steamworks.NET 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
m_bConnecting byte
m_bConnectionActive byte
m_bUsingRelay byte
m_eP2PSessionError byte
m_nBytesQueuedForSend int
m_nPacketsQueuedForSend int
m_nRemoteIP uint
m_nRemotePort ushort

프로퍼티 상세

m_bConnecting 공개적으로 프로퍼티

public byte m_bConnecting
리턴 byte

m_bConnectionActive 공개적으로 프로퍼티

public byte m_bConnectionActive
리턴 byte

m_bUsingRelay 공개적으로 프로퍼티

public byte m_bUsingRelay
리턴 byte

m_eP2PSessionError 공개적으로 프로퍼티

public byte m_eP2PSessionError
리턴 byte

m_nBytesQueuedForSend 공개적으로 프로퍼티

public int m_nBytesQueuedForSend
리턴 int

m_nPacketsQueuedForSend 공개적으로 프로퍼티

public int m_nPacketsQueuedForSend
리턴 int

m_nRemoteIP 공개적으로 프로퍼티

public uint m_nRemoteIP
리턴 uint

m_nRemotePort 공개적으로 프로퍼티

public ushort m_nRemotePort
리턴 ushort