C# 클래스 DotNetPlatform, GameProject

상속: UdpPlatform
파일 보기 프로젝트 열기: EECS390IndieTeam/GameProject 1 사용 예제들

공개 메소드들

메소드 설명
ConvertAddress ( IPAddress, address ) : UdpIPv4Address
ConvertEndPoint ( UdpEndPoint endpoint ) : IPEndPoint,
ConvertEndPoint ( EndPoint, endpoint ) : UdpEndPoint
ConvertEndPoint ( IPEndPoint, endpoint ) : UdpEndPoint
CreateSocket ( ) : UdpPlatformSocket
DotNetPlatform ( ) : System.Collections
GetBroadcastAddress ( ) : UdpIPv4Address
GetNetworkInterfaces ( ) : List
GetPrecisionTime ( ) : uint
ResolveHostAddresses ( string host ) : UdpIPv4Address[]

비공개 메소드들

메소드 설명
FindBroadcastAddress ( bool strict ) : IPAddress,
FindInterfaces ( ) : List
IsValidInterface ( NetworkInterface, nic, IPInterfaceProperties, p ) : bool
ParseInterface ( NetworkInterface, n ) : DotNetInterface,

메소드 상세

ConvertAddress() 공개 정적인 메소드

public static ConvertAddress ( IPAddress, address ) : UdpIPv4Address
address IPAddress,
리턴 UdpIPv4Address

ConvertEndPoint() 공개 정적인 메소드

public static ConvertEndPoint ( UdpEndPoint endpoint ) : IPEndPoint,
endpoint UdpEndPoint
리턴 IPEndPoint,

ConvertEndPoint() 공개 정적인 메소드

public static ConvertEndPoint ( EndPoint, endpoint ) : UdpEndPoint
endpoint EndPoint,
리턴 UdpEndPoint

ConvertEndPoint() 공개 정적인 메소드

public static ConvertEndPoint ( IPEndPoint, endpoint ) : UdpEndPoint
endpoint IPEndPoint,
리턴 UdpEndPoint

CreateSocket() 공개 메소드

public CreateSocket ( ) : UdpPlatformSocket
리턴 UdpPlatformSocket

DotNetPlatform() 공개 메소드

public DotNetPlatform ( ) : System.Collections
리턴 System.Collections

GetBroadcastAddress() 공개 메소드

public GetBroadcastAddress ( ) : UdpIPv4Address
리턴 UdpIPv4Address

GetNetworkInterfaces() 공개 메소드

public GetNetworkInterfaces ( ) : List
리턴 List

GetPrecisionTime() 공개 메소드

public GetPrecisionTime ( ) : uint
리턴 uint

ResolveHostAddresses() 공개 메소드

public ResolveHostAddresses ( string host ) : UdpIPv4Address[]
host string
리턴 UdpIPv4Address[]