git-svn-id: svn://db.shs.com.ru/pip@636 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5

This commit is contained in:
2018-09-28 19:22:34 +00:00
parent 452350fcd9
commit 052fe86633
901 changed files with 23068 additions and 4078 deletions

View File

@@ -207,7 +207,6 @@ public:
//! Write maximum "max_size" bytes of "data" to device
int write(const void * data, int max_size) {return writeDevice(data, max_size);}
//! Write "data" to device
//int write(const PIByteArray & data) {return writeDevice(data.data(), data.size_s());}
@@ -277,6 +276,9 @@ public:
//! \fn bool close()
//! \brief Close device
//! \fn int write(PIByteArray data)
//! \brief Write "data" to device
//! \}
//! \vhandlers
//! \{