Communications Class constructor.

Syntax

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

Parameters

n
Type: System..::..Int32
n

See Also