Device Class

Phcc Interface Library .NET / COM

The Device class provides methods for communicating with the PHCC motherboard and any attached peripherals, via RS232. The PHCC USB interface also appears to Windows as a standard RS232 COM port.

Namespace:  Phcc
Assembly:  Phcc (in Phcc.dll)

Syntax

Visual Basic (Declaration)
<SynchronizationAttribute> _
<ClassInterfaceAttribute(ClassInterfaceType.AutoDual)> _
Public NotInheritable Class Device _
	Inherits ContextBoundObject _
	Implements IDisposable
C#
[SynchronizationAttribute]
[ClassInterfaceAttribute(ClassInterfaceType.AutoDual)]
public sealed class Device : ContextBoundObject, 
	IDisposable

Inheritance Hierarchy

See Also