C# Class TSystems.RELOAD.Transport.Destination

Mostra file Open project: RELOAD-NET/RELOAD.NET Class Usage Examples

Public Properties

Property Type Description
destination_data DestinationData
type DestinationType

Public Methods

Method 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 method

public Destination ( NodeId id ) : System
id TSystems.RELOAD.Utils.NodeId
return System

Destination() public method

public Destination ( ResourceId id ) : System
id TSystems.RELOAD.Utils.ResourceId
return System

Equals() public method

public Equals ( Destination dest ) : bool
dest Destination
return bool

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

GetNetLength() public method

public GetNetLength ( ) : int
return int

ToString() public method

public ToString ( ) : string
return string

operator() public static method

public static operator ( ) : bool
return bool

Property Details

destination_data public_oe property

public DestinationData,TSystems.RELOAD.Transport destination_data
return DestinationData

type public_oe property

public DestinationType type
return DestinationType