'Declaration
Public Shared Function Echo( _ ByVal Node As System.String, _ ByVal Port As System.Integer, _ ByVal CallingAET As System.String, _ ByVal CalledAET As System.String, _ Optional ByVal LocalIP As System.String _ ) As System.Integer
'Usage
Dim Node As System.String Dim Port As System.Integer Dim CallingAET As System.String Dim CalledAET As System.String Dim LocalIP As System.String Dim value As System.Integer value = DicomGlobal.Echo(Node, Port, CallingAET, CalledAET, LocalIP)
public static System.int Echo( System.string Node, System.int Port, System.string CallingAET, System.string CalledAET, System.string LocalIP )
public function Echo( Node: System.String; Port: System.Integer; CallingAET: System.String; CalledAET: System.String; LocalIP: System.String ): System.Integer; static;
public static function Echo( Node : System.String, Port : System.int, CallingAET : System.String, CalledAET : System.String, LocalIP : System.String ) : System.int;
public: static System.int Echo( System.string* Node, System.int Port, System.string* CallingAET, System.string* CalledAET, System.string* LocalIP )
public: static System.int Echo( System.String^ Node, System.int Port, System.String^ CallingAET, System.String^ CalledAET, System.String^ LocalIP )
Parameters
- Node
Remote entity name as IP address or resolvable name
- Port
Port to connect to
- CallingAET
Calling Application Entity Titles (AETs)
- CalledAET
Called Application Entity Titles (AETs)
- LocalIP
- Optional Local IP Address to use for binding the outbound Socket