Exemplo n.º 1
0
 public AttReadByGrpTypeRsp(DeviceForm deviceForm)
 {
     devForm       = deviceForm;
     attrUuidUtils = new AttrUuidUtils();
     attrDataUtils = new AttrDataUtils(deviceForm);
     sendCmds      = new SendCmds(deviceForm);
 }
Exemplo n.º 2
0
 public AttReadByGrpTypeRsp(DeviceForm deviceForm)
 {
     devForm = deviceForm;
     attrUuidUtils = new AttrUuidUtils();
     attrDataUtils = new AttrDataUtils(deviceForm);
     sendCmds = new SendCmds(deviceForm);
 }
Exemplo n.º 3
0
 public AttFindInfoRsp(DeviceForm deviceForm)
 {
     m_deviceForm    = deviceForm;
     m_sendCmds      = new SendCmds(deviceForm);
     m_attrUuidUtils = new AttrUuidUtils();
     m_attrDataUtils = new AttrDataUtils(deviceForm);
 }
Exemplo n.º 4
0
 public AttFindInfoRsp(DeviceForm deviceForm)
 {
     m_deviceForm = deviceForm;
     m_sendCmds = new SendCmds(deviceForm);
     m_attrUuidUtils = new AttrUuidUtils();
     m_attrDataUtils = new AttrDataUtils(deviceForm);
 }
Exemplo n.º 5
0
 public AttHandleValueNotification(DeviceForm deviceForm)
 {
     attrUuidUtils = new AttrUuidUtils();
     attrDataUtils = new AttrDataUtils(deviceForm);
 }
Exemplo n.º 6
0
 public AttReadBlobRsp(DeviceForm deviceForm)
 {
     attrUuidUtils = new AttrUuidUtils();
     attrDataUtils = new AttrDataUtils(deviceForm);
 }
Exemplo n.º 7
0
 public AttHandleValueIndication(DeviceForm deviceForm)
 {
     sendCmds      = new SendCmds(deviceForm);
     attrUuidUtils = new AttrUuidUtils();
     attrDataUtils = new AttrDataUtils(deviceForm);
 }
Exemplo n.º 8
0
 public AttHandleValueNotification(DeviceForm deviceForm)
 {
     attrUuidUtils = new AttrUuidUtils();
     attrDataUtils = new AttrDataUtils(deviceForm);
 }
Exemplo n.º 9
0
 public AttFindByTypeValueRsp(DeviceForm deviceForm)
 {
     attrUuidUtils = new AttrUuidUtils();
     attrDataUtils = new AttrDataUtils(deviceForm);
 }
Exemplo n.º 10
0
 public AttReadByTypeRsp(DeviceForm deviceForm)
 {
     attrUuidUtils = new AttrUuidUtils();
     attrDataUtils = new AttrDataUtils(deviceForm);
 }
Exemplo n.º 11
0
 public AttFindByTypeValueRsp(DeviceForm deviceForm)
 {
     attrUuidUtils = new AttrUuidUtils();
     attrDataUtils = new AttrDataUtils(deviceForm);
 }