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