| Package | Description |
|---|---|
| com.github.mob41.blapi |
Base library implementations
|
| com.github.mob41.blapi.pkt |
Packet implementations to communicate with the Broadlink devices
|
| com.github.mob41.blapi.pkt.dis |
Discovery packet implementations
|
| Modifier and Type | Method and Description |
|---|---|
static DatagramPacket |
BLDevice.sendPkt(DatagramSocket sock,
Packet pkt,
InetAddress destIpAddr,
int destPort,
int timeout,
int bufSize)
Sends a compiled packet to a destination host and port, and receives a
datagram from the source port specified.
|
static DatagramPacket |
BLDevice.sendPkt(Packet pkt,
InetAddress sourceIpAddr,
int sourcePort,
InetAddress destIpAddr,
int destPort,
int timeout,
int bufSize)
Sends a compiled packet to a destination host and port, and receives a
datagram from the source port specified.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CmdPacket
This constructs a byte array with the format of a command to the Broadlink
device
|
| Modifier and Type | Class and Description |
|---|---|
class |
DiscoveryPacket
This class packs a packet to discover Broadlink devices
|
Copyright © 2018. All rights reserved.