Table of Contents

Enum DeviceTransportKind

Namespace
KasaTapoClient
Assembly
KasaTapoClient.dll

Represents the wire transport used to communicate with a device.

public enum DeviceTransportKind

Fields

Auto = 0

Select the transport automatically from discovery or connection behavior.

HttpToken = 2

The HTTP or HTTPS application API using an authenticated app token.

LegacyXor = 1

The legacy TP-Link XOR TCP protocol, typically on port 9999.