Beispiel #1
0
 public AttFindInfoRsp(DeviceForm deviceForm)
 {
     m_deviceForm    = deviceForm;
     m_sendCmds      = new SendCmds(deviceForm);
     m_attrUuidUtils = new AttrUuidUtils();
     m_attrDataUtils = new AttrDataUtils(deviceForm);
 }
Beispiel #2
0
 public AttReadByGrpTypeRsp(DeviceForm deviceForm)
 {
     devForm       = deviceForm;
     attrUuidUtils = new AttrUuidUtils();
     attrDataUtils = new AttrDataUtils(deviceForm);
     sendCmds      = new SendCmds(deviceForm);
 }
Beispiel #3
0
 public AttHandleValueIndication(DeviceForm deviceForm)
 {
     sendCmds      = new SendCmds(deviceForm);
     attrUuidUtils = new AttrUuidUtils();
     attrDataUtils = new AttrDataUtils(deviceForm);
 }