public class CustomTLVKey
extends Object
-
Constructor Summary
Constructors
-
Method Summary
-
Constructor Details
-
CustomTLVKey
public CustomTLVKey(int oui,
byte subtype)
-
Method Details
-
getOui
public int getOui()
Returns the oui.
-
getSubtype
public byte getSubtype()
Returns the subtype.
-
-