BTool.AttFindInfoRsp.AttFindInfoRsp C# (CSharp) Method

AttFindInfoRsp() public method

public AttFindInfoRsp ( DeviceForm deviceForm ) : System.Collections.Generic
deviceForm DeviceForm
return System.Collections.Generic
        public AttFindInfoRsp(DeviceForm deviceForm)
        {
            m_deviceForm = deviceForm;
            m_sendCmds = new SendCmds(deviceForm);
            m_attrUuidUtils = new AttrUuidUtils();
            m_attrDataUtils = new AttrDataUtils(deviceForm);
        }