C# Class MaCRoGS.Communications.TransportAddress

ファイルを表示 Open project: AlexAlbala/MaCRo Class Usage Examples

Public Properties

Property Type Description
transportMode TransportMode

Public Methods

Method Description
Clone ( ) : TransportAddress

Create a deep copy of the Transport Address

GetAddress ( ) : string

Create a deep copy of the Transport Address

IsSameNetwork ( TransportAddress ta ) : bool

Check if a Tranport Address belongs to the same network

TransportAddress ( ) : System

Method Details

Clone() public abstract method

Create a deep copy of the Transport Address
public abstract Clone ( ) : TransportAddress
return TransportAddress

GetAddress() public abstract method

Create a deep copy of the Transport Address
public abstract GetAddress ( ) : string
return string

IsSameNetwork() public abstract method

Check if a Tranport Address belongs to the same network
public abstract IsSameNetwork ( TransportAddress ta ) : bool
ta TransportAddress
return bool

TransportAddress() public method

public TransportAddress ( ) : System
return System

Property Details

transportMode public_oe property

The transport mode of this Transport Address
public TransportMode transportMode
return TransportMode