Phcc Interface Library for .NET and COM v0.2.1.0 reference library |
Device Class |
Members See Also Send Feedback |
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 |