コード例 #1
0
 public CommandField(byte ID, Variable Data)
 {
     FieldID   = ID;
     FieldData = SNMP.EncodeVarBind(Data);
 }