MultiCam Boards Documentation > MultiCam Documentation > MultiCam .NET Reference > Legacy > Classes > Channel Class > Channel.Channel Constructor > Channel.Channel Constructor (Euresys.MultiCam.Board, System.String)

Channel.Channel Constructor (Euresys.MultiCam.Board, System.String)

Constructs a Channel object. The channel is created on a given Board. The caller specifies the connector where the camera is connected.

[C#]

Channel.Channel(
  Euresys.MultiCam.Board board,
  System.String connector

);

Parameters

board

Reference to the Board object.

connector

Name of the connector.

See Also

Channel Class | Channel.Channel Constructor