コード例 #1
0
ファイル: ZclCommand.cs プロジェクト: lee12180/winiot-uwp
 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);
 }