Communications Class constructor for c05qd

Syntax

C#
public c05qdCommunications(
	int n
)
Visual Basic
Public Sub New ( _
	n As Integer _
)
Visual C++
public:
c05qdCommunications(
	int n
)
F#
new : 
        n : int -> c05qdCommunications

Parameters

n
Type: System..::..Int32

[Missing <param name="n"/> documentation for "M:NagLibrary.C05.c05qdCommunications.#ctor(System.Int32)"]

See Also