Vuo  2.4.0
VuoPublishedPort.hh
Go to the documentation of this file.
1
10#pragma once
11
12#include "VuoPort.hh"
13
20{
21public:
23 void setProtocolPort(bool protocolPort);
24 bool isProtocolPort(void);
25
26private:
27 bool protocolPort;
28};