예제 #1
0
 internal void AddInParam(ZclValue parameter)
 {
     // add parameter in both list: "internal" ZCL list as well "BridgeRT" list
     // note that reason for 2 list is explained above
     m_zclInParamList.Add(parameter);
     InputParams.Add(parameter);
 }