Tämä sivusto toimii paremmin JavaScriptillä.
Etusivu
Tutki
Apua
Rekisteröidy
Kirjaudu sisään
Compoment
/
MQTTnet
Tarkkaile
1
Äänestä
0
Fork
0
Koodi
Ongelmat
0
Pull-pyynnöt
0
Julkaisut
0
Wiki
Toiminta
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
112
Commitit
2
Branchit
8.2 MiB
Puu:
8fd3e5070d
master
release/3.x.x
Branchit
Tagit
${ item.name }
Create branch
${ searchTerm }
from '8fd3e5070d'
${ noResults }
MQTTnet
/
MQTTnet.Core
/
Packets
/
MqttBasePacket.cs
MqttBasePacket.cs
91 B
Raaka
Normaali näkymä
Historia
Add interfaces, optimize performance, fix QoS level 2
7 vuotta sitten
Add server implementation
7 vuotta sitten
1
2
3
4
5
6
namespace MQTTnet.Core.Packets
{
public abstract class MqttBasePacket
{
}
}