mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-18 00:49:19 +02:00
This commit is contained in:
@@ -136,7 +136,7 @@ bool MWDComm::Close() // zamykanie portu COM
|
|||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool MWDComm::GetMWDState() // sprawdzanie otwarcia portu COM
|
inline bool MWDComm::GetMWDState() // sprawdzanie otwarcia portu COM
|
||||||
{
|
{
|
||||||
if(hComm > 0) return 1;
|
if(hComm > 0) return 1;
|
||||||
else return 0;
|
else return 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user