'Declaration
Public Overloads Function Send( _ ByVal Node As String, _ ByVal Port As Integer, _ ByVal CallingAE As String, _ ByVal CalledAE As String _ ) As Integer
Parameters
- Node
Network address (as dotted notation or resolvable name) to which the image is to be sent.
- Port
Port on which remote application is listening.
- CallingAE
Name of remote Application Entity.
- CalledAE
Name to quote for this Application Entity
Return Value
The status as returned by the remote application. Zero indicates success.