C# Class Luz.ULib.Net.ConnectionId

Afficher le fichier Open project: devluz/webrtcnetwork Class Usage Examples

Méthodes publiques

Свойство Type Description
INVALID ConnectionId
id short

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
ToString ( ) : string
operator ( ) : bool

Method Details

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

ToString() public méthode

public ToString ( ) : string
Résultat string

operator() public static méthode

public static operator ( ) : bool
Résultat bool

Property Details

INVALID public_oe static_oe property

ConnectionId
public static ConnectionId,Luz.ULib.Net INVALID
Résultat ConnectionId

id public_oe property

Stores the id as a short.
public short id
Résultat short