ScannerConfig..::..SetScannerIpAddress Method
Set a scanner's IP address configuration.
Namespace:
JoeScan.JCamNetAssembly: JoeScan.JCamNet (in JoeScan.JCamNet.dll)
Syntax
public static void SetScannerIpAddress( int idNumber, ScannerIpSetup ipMode, IPAddress ipAddress, IPAddress netMask )
Parameters
- idNumber
- Type: Int32
The ID number of the scanner to configure.
- ipMode
- Type: JoeScan.JCamNet..::..ScannerIpSetup
The IP address selection mode to use.
- ipAddress
- Type: IPAddress
The Static or Base IP address.
- netMask
- Type: IPAddress
The IP Netmask for the network.