public static class HdlcAddress.ReservedAddresses
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static HdlcAddress |
CLIENT_ALL_STATION
Client address used by remote stations to send a broadcast message.
|
static HdlcAddress |
CLIENT_MANAGEMENT_PROCESS
Identifies client as management process.
|
static HdlcAddress |
CLIENT_NO_STATION
Guaranteed to be received by no client
|
static HdlcAddress |
CLIENT_PUBLIC_CLIENT
Identifies client as public client.
|
static int |
NO_STATION
Guaranteed to be received by no one
|
static int |
SERVER_LOWER_CALLING_1BYTE
Physical address used by remote stations as source for event messages.
|
static int |
SERVER_LOWER_CALLING_2BYTE
Physical address used by remote stations as source for event messages.
|
static int |
SERVER_UPPER_ALL_STATIONS_1BYTE
Logical address to send a message to all logical devices of a remote station.
|
static int |
SERVER_UPPER_ALL_STATIONS_2BYTE
Logical address to send a message to all logical devices of a remote station.
|
static int |
SERVER_UPPER_MANAGEMENT_LOGICAL_DEVICE
Logical address of the management logical device.
|
Constructor and Description |
---|
ReservedAddresses() |
public static final int NO_STATION
public static final HdlcAddress CLIENT_NO_STATION
public static final HdlcAddress CLIENT_MANAGEMENT_PROCESS
Not supported by all remote stations
public static final HdlcAddress CLIENT_PUBLIC_CLIENT
No password is needed to access remote station with public client. On the other hand public clients have the fewest rights.
public static final HdlcAddress CLIENT_ALL_STATION
public static final int SERVER_UPPER_MANAGEMENT_LOGICAL_DEVICE
public static final int SERVER_UPPER_ALL_STATIONS_1BYTE
public static final int SERVER_UPPER_ALL_STATIONS_2BYTE
public static final int SERVER_LOWER_CALLING_1BYTE
public static final int SERVER_LOWER_CALLING_2BYTE