Opens a channel or board on an MSI station adaptor.
[Visual Basic] Public Shared Function OpenStation( _ ByVal portname As String, _ ByVal board As Integer _ ) As Integer
[C#] public static int OpenStation( stringportname, intboard );
Parameters
portname
The name of the board or channel on the board that you wish to open. For a channel, this would be in the format of "msib1c1". For a board, this would be in the format of "msib1"
board
Specify a 1 if you are opening at the board level. Otherwise, specify 0 if you are opening a channel.