public class AddressInformation extends Object implements Serializable
| Constructor and Description |
|---|
AddressInformation(int a1,
int a2,
int a3,
int a4,
int a5) |
| Modifier and Type | Method and Description |
|---|---|
int[] |
getAddress() |
String |
toString() |
static AddressInformation |
valueOf(String value) |
public AddressInformation(int a1,
int a2,
int a3,
int a4,
int a5)
public int[] getAddress()
public static AddressInformation valueOf(String value)
Copyright © 2017 Eclipse NeoSCADA Project. All rights reserved.