public class MDnsUtils extends Object
Modifier and Type | Field and Description |
---|---|
static String |
ATTRIBUTE__MFG |
static String |
ATTRIBUTE__PRODUCT |
static String |
ATTRIBUTE__TY |
static String |
ATTRIBUTE__USB_MFG |
Constructor and Description |
---|
MDnsUtils() |
Modifier and Type | Method and Description |
---|---|
static String |
getString(byte[] value) |
static String |
getVendor(NsdServiceInfo networkDevice) |
static boolean |
isVendorPrinter(NsdServiceInfo networkDevice,
String[] vendorValues) |
public static final String ATTRIBUTE__TY
public static final String ATTRIBUTE__PRODUCT
public static final String ATTRIBUTE__USB_MFG
public static final String ATTRIBUTE__MFG
public static String getString(byte[] value)
public static boolean isVendorPrinter(NsdServiceInfo networkDevice, String[] vendorValues)
public static String getVendor(NsdServiceInfo networkDevice)