Reference

Class Library

 

 

The Stardraw Control Class Library is a collection of .Net 1.1 classes that provides core functionality and access to advanced programming features.  Techniques that utilize the Stardraw Control Class Library are illustrated in the How Do I ... ? section and Design Patterns Index.

 

Namespaces

The Stardraw Control Class Library provides the following .Net namespaces:

 

Stardraw.Control

Provides utility classes and low-level base classes for ports.

 

Stardraw.Midi

Provides access to MIDI Musical Instrument Digital Interface: an industry-standard communications protocol that enables electronic musical instruments and other equipment to communicate, control and synchronize with each other in real time. input and output.  Contains classes that define the MIDI Input and MIDI Output port types.

 

Stardraw.Serial

Provides access to serial General term for the widely-used RS232 standard that defines electrical, connectivity and protocol for basic, but relatively low-speed communication. I/O.  Contains classes that define the RS232 Input and RS232 Output port types.

 

Stardraw.Snmp

Provides access to SNMP Simple Network Management Protocol: a lightweight standard protocol for monitoring and controlling devices on a network. communication.  Contains classes that define the Cobranet Ethernet Port, Cobranet Audio Input and Cobranet Audio Output port types.

 

Stardraw.Tcp

Provides access to TCP and UDP User Datagram Protocol: an Ethernet based connectionless protocol that supports point-to-point, multicast and broadcast transmission. Ethernet communication.  Contains classes that define the Ethernet In and TCP Input Port port types.

 

See Also

Ports and Functions