Package | Description |
---|---|
com.digi.xbee.api | |
com.digi.xbee.api.models | |
com.digi.xbee.api.packet.ip | |
com.digi.xbee.api.packet.thread |
Modifier and Type | Method and Description |
---|---|
void |
LPWANDevice.sendIPData(Inet4Address ipAddress,
int destPort,
IPProtocol protocol,
boolean closeSocket,
byte[] data)
Deprecated.
Use
LPWANDevice.sendIPData(Inet4Address, int, IPProtocol, byte[])
instead. |
void |
IPDevice.sendIPData(Inet4Address ipAddress,
int destPort,
IPProtocol protocol,
boolean closeSocket,
byte[] data)
Sends the provided IP data to the given IP address and port using
the specified IP protocol.
|
void |
LPWANDevice.sendIPData(Inet4Address ipAddress,
int destPort,
IPProtocol protocol,
byte[] data)
Deprecated.
Sends the provided IP data to the given IP address and port using
the specified IP protocol (must be UDP).
|
void |
IPDevice.sendIPData(Inet4Address ipAddress,
int destPort,
IPProtocol protocol,
byte[] data)
Sends the provided IP data to the given IP address and port using
the specified IP protocol.
|
void |
ThreadDevice.sendIPData(Inet6Address ipv6Address,
int destPort,
IPProtocol protocol,
byte[] data) |
void |
IPv6Device.sendIPData(Inet6Address ipv6Address,
int destPort,
IPProtocol protocol,
byte[] data)
Sends the provided IPv6 data to the given IPv6 address and port using
the specified IPv6 protocol.
|
void |
LPWANDevice.sendIPDataAsync(Inet4Address ipAddress,
int destPort,
IPProtocol protocol,
boolean closeSocket,
byte[] data)
Deprecated.
Use
LPWANDevice.sendIPDataAsync(Inet4Address, int, IPProtocol, byte[])
instead. |
void |
IPDevice.sendIPDataAsync(Inet4Address ipAddress,
int destPort,
IPProtocol protocol,
boolean closeSocket,
byte[] data)
Sends the provided IP data to the given IP address and port
asynchronously using the specified IP protocol.
|
void |
LPWANDevice.sendIPDataAsync(Inet4Address ipAddress,
int destPort,
IPProtocol protocol,
byte[] data)
Deprecated.
Sends the provided IP data to the given IP address and port
asynchronously using the specified protocol (must be UDP).
|
void |
IPDevice.sendIPDataAsync(Inet4Address ipAddress,
int destPort,
IPProtocol protocol,
byte[] data)
Sends the provided IP data to the given IP address and port
asynchronously.
|
void |
ThreadDevice.sendIPDataAsync(Inet6Address ipv6Address,
int destPort,
IPProtocol protocol,
byte[] data) |
void |
IPv6Device.sendIPDataAsync(Inet6Address ipv6Address,
int destPort,
IPProtocol protocol,
byte[] data)
Sends the provided IPv6 data to the given IPv6 address and port
asynchronously using the specified IPv6 protocol.
|
Modifier and Type | Method and Description |
---|---|
static IPProtocol |
IPProtocol.get(int id)
Retrieves the IP protocol for the given ID.
|
IPProtocol |
IPMessage.getProtocol()
Returns the protocol used in the transmission.
|
static IPProtocol |
IPProtocol.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IPProtocol[] |
IPProtocol.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
IPMessage(Inet4Address ipAddress,
int sourcePort,
int destPort,
IPProtocol protocol,
byte[] data)
Class constructor.
|
IPMessage(Inet6Address ipv6Address,
int sourcePort,
int destPort,
IPProtocol protocol,
byte[] data)
Class constructor.
|
Modifier and Type | Method and Description |
---|---|
IPProtocol |
TXIPv4Packet.getProtocol()
Retrieves the IP protocol.
|
IPProtocol |
RXIPv4Packet.getProtocol()
Retrieves the IP protocol.
|
Modifier and Type | Method and Description |
---|---|
void |
TXIPv4Packet.setProtocol(IPProtocol protocol)
Sets the IP protocol.
|
void |
RXIPv4Packet.setProtocol(IPProtocol protocol)
Sets the IP protocol.
|
Constructor and Description |
---|
RXIPv4Packet(Inet4Address sourceAddress,
int destPort,
int sourcePort,
IPProtocol protocol,
byte[] data)
Class constructor.
|
TXIPv4Packet(int frameID,
Inet4Address destAddress,
int destPort,
int sourcePort,
IPProtocol protocol,
int transmitOptions,
byte[] data)
Class constructor.
|
Modifier and Type | Method and Description |
---|---|
IPProtocol |
TXIPv6Packet.getProtocol()
Retrieves the IP protocol.
|
IPProtocol |
RXIPv6Packet.getProtocol()
Retrieves the IP protocol.
|
IPProtocol |
CoAPRxResponsePacket.getProtocol()
Retrieves the IP protocol.
|
Modifier and Type | Method and Description |
---|---|
void |
TXIPv6Packet.setProtocol(IPProtocol protocol)
Sets the IP protocol.
|
void |
RXIPv6Packet.setProtocol(IPProtocol protocol)
Sets the IP protocol.
|
void |
CoAPRxResponsePacket.setProtocol(IPProtocol protocol)
Sets the IP protocol.
|
Constructor and Description |
---|
CoAPRxResponsePacket(int frameID,
Inet6Address destAddress,
Inet6Address sourceAddress,
int destPort,
int sourcePort,
IPProtocol protocol,
RestFulStatusEnum restFulStatus,
byte[] rfData)
Class constructor.
|
RXIPv6Packet(Inet6Address destAddress,
Inet6Address sourceAddress,
int destPort,
int sourcePort,
IPProtocol protocol,
byte[] data)
Class constructor.
|
TXIPv6Packet(int frameID,
Inet6Address destAddress,
int destPort,
int sourcePort,
IPProtocol protocol,
byte[] data)
Class constructor.
|
© Copyright 2014 - 2024 Digi International Inc. All rights reserved.