OptoEngineeringSerialFrameType

Description

Opto Engineering serial communication type.

namespace OptoEngineeringSerialFrameType
{
	enum Type
	{
		Read,
		Write
	};
}