com.langner.jmatic2
Class J3964NetSettings

java.lang.Object
  extended bycom.langner.jmatic2.J3964NetSettings

public class J3964NetSettings
extends java.lang.Object

This class is used to preparing the settings for a new J3964Net object for a PC/PLC communication using a STXETX connection to a 3964Net gateway.

Version:
2.0
Author:
Langner Communications AG
Copyright:
Langner (c) 2001-2005

Constructor Summary
J3964NetSettings(java.net.InetAddress address, int port)
          Constructs an initialized object.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

J3964NetSettings

public J3964NetSettings(java.net.InetAddress address,
                        int port)
Constructs an initialized object. This constructor initializes the properties with the supplied values. The initalized J3964NetSettings object will be used to construct and initialize a new J3964Net object.

Parameters:
address - The internet address of the 3964Net gateway connected to the PLC. You can obtain a valid address for a given hostname by calling InetAddress.getByName()
port - The TCP port for the connection.


Copyright © 2001-2005 Langner Communications AG. All Rights Reserved.