package com.tencent.api;

/* JADX INFO: loaded from: classes.dex */
public class PoeSinkRouteMode {
    public static final int INSIDE_DEVICE_POE_SINK_ROUTE_MODE_MASTER_ONLY = 0;
    public static final int INSIDE_DEVICE_POE_SINK_ROUTE_MODE_MASTER_POE = 1;
    public static final int INSIDE_DEVICE_POE_SINK_ROUTE_MODE_UNKNOWN = -1;
}
