MultiCam Boards Documentation > MultiCam Documentation > MultiCam C++ Reference > Classes > Channel Class > Channel::Channel Constructor

Channel::Channel Constructor

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*, int);

Channel::Channel(Board*, const char*);

See Also

Channel Class | Channel::WaitForSignal | SignalInfo Class