コード例 #1
0
ファイル: SNMPAction.java プロジェクト: avsaditya/snmp4sdn
 /**
  * Get the length of this message, unsigned
  *
  * @return
  */
 public int getLengthU() {
   return U16.f(length);
 }