BTool.AttReadByGrpTypeRsp.AttReadByGrpTypeRsp C# (CSharp) Method

AttReadByGrpTypeRsp() public method

public AttReadByGrpTypeRsp ( DeviceForm deviceForm ) : System.Collections.Generic
deviceForm DeviceForm
return System.Collections.Generic
        public AttReadByGrpTypeRsp(DeviceForm deviceForm)
        {
            devForm = deviceForm;
            attrUuidUtils = new AttrUuidUtils();
            attrDataUtils = new AttrDataUtils(deviceForm);
            sendCmds = new SendCmds(deviceForm);
        }