init
This commit is contained in:
13
vendor/binsoul/net-mqtt/src/Packet/PublishReceivedPacket.php
vendored
Executable file
13
vendor/binsoul/net-mqtt/src/Packet/PublishReceivedPacket.php
vendored
Executable file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace BinSoul\Net\Mqtt\Packet;
|
||||
|
||||
use BinSoul\Net\Mqtt\Packet;
|
||||
|
||||
/**
|
||||
* Represents the PUBREC packet.
|
||||
*/
|
||||
class PublishReceivedPacket extends IdentifierOnlyPacket
|
||||
{
|
||||
protected static $packetType = Packet::TYPE_PUBREC;
|
||||
}
|
||||
Reference in New Issue
Block a user