←Select platform

CreateSession(InetAddress,Int32) Method

Summary

Constructs a new network SANE daemon session.

Syntax

C#
VB
Java
C++
public static Leadtools.Sane.SaneSession CreateSession(  
   InetAddress address, 
   int port 
) 
Public Overloads Shared Function CreateSession( _ 
   ByVal address As InetAddress, _ 
   ByVal port As Integer _ 
) As Leadtools.Sane.SaneSession 
public static SaneSession createSession() 
public: 
static Leadtools.Sane.SaneSession^ CreateSession(  
   InetAddress^ address, 
   int port 
)  

Parameters

address
The IP address.

port
The port number.

Remarks

To create a local SANE session, pass InetAddress.getLocalHost() as the address.

A SANE daemon should be installed and running before creating a network session.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Sane Assembly