C# Class TSystems.RELOAD.Transport.Destination

Afficher le fichier Open project: RELOAD-NET/RELOAD.NET Class Usage Examples

Méthodes publiques

Свойство Type Description
destination_data DestinationData
type DestinationType

Méthodes publiques

Méthode Description
Destination ( NodeId id ) : System
Destination ( ResourceId id ) : System
Equals ( Destination dest ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
GetNetLength ( ) : int
ToString ( ) : string
operator ( ) : bool

Method Details

Destination() public méthode

public Destination ( NodeId id ) : System
id TSystems.RELOAD.Utils.NodeId
Résultat System

Destination() public méthode

public Destination ( ResourceId id ) : System
id TSystems.RELOAD.Utils.ResourceId
Résultat System

Equals() public méthode

public Equals ( Destination dest ) : bool
dest Destination
Résultat bool

Equals() public méthode

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

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

GetNetLength() public méthode

public GetNetLength ( ) : 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

destination_data public_oe property

public DestinationData,TSystems.RELOAD.Transport destination_data
Résultat DestinationData

type public_oe property

public DestinationType type
Résultat DestinationType