MultiCam Boards Documentation > MultiCam Documentation > MultiCam C++ Reference > Classes > Channel Class > Channel::Channel Constructor > Channel::Channel Constructor (Board*, int)

Channel::Channel Constructor (Board*, int)

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(
  Board* board,
  int connector
);

Parameters

board

Reference to the Board object.

connector

Identifier of the connector.

See Also

Channel Class | Channel::Channel Constructor