Communications Class constructor
Syntax
C# |
---|
public C09Communications( string wavnam, string wtrans, string mode, int n, out int ifail ) |
Visual Basic |
---|
Public Sub New ( _ wavnam As String, _ wtrans As String, _ mode As String, _ n As Integer, _ <OutAttribute> ByRef ifail As Integer _ ) |
Visual C++ |
---|
public: C09Communications( String^ wavnam, String^ wtrans, String^ mode, int n, [OutAttribute] int% ifail ) |
F# |
---|
new : wavnam : string * wtrans : string * mode : string * n : int * ifail : int byref -> C09Communications |
Parameters
- wavnam
- Type: System..::..String
wavnam
- wtrans
- Type: System..::..String
wtrans
- mode
- Type: System..::..String
mode
- n
- Type: System..::..Int32
n
- ifail
- Type: System..::..Int32%
ifail