Property | Type | Description | |
---|---|---|---|
forceACK | bool | ||
serialport | string |
Method | Description | |
---|---|---|
Clone ( ) : |
Create a deep copy of the Serial Transport Address
|
|
Equals ( object obj ) : bool |
Indicates if this object equals to an other object
|
|
GetAddress ( ) : string |
Get string for "Matricula" identifier system.
|
|
GetHashCode ( ) : int |
Gets a no unique identifier
|
|
IsSameNetwork ( |
Check if a Tranport Address belongs to the same network as this one.
|
|
SerialTransportAddress ( ) : System | ||
SerialTransportAddress ( string port, bool forceACK ) : System |
Creates new TransportAddress instance
|
|
ToString ( ) : string |
Get the transport address in string format.
|
public Equals ( object obj ) : bool | ||
obj | object | Object used to compare |
return | bool |
public IsSameNetwork ( |
||
ta | ||
return | bool |
public SerialTransportAddress ( string port, bool forceACK ) : System | ||
port | string | The remote Port |
forceACK | bool | Forces ACK usage |
return | System |