BTool.AttReadByTypeRsp.AttReadByTypeRsp C# (CSharp) Method

AttReadByTypeRsp() public method

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