Channel
Description:
[
CCode ( has_construct_function =
false ) ]
public Channel (
Session s,
int type,
int id)
Create a new Channel of type type
, and channel ID id
.
Parameters:
s |
the SpiceSession the channel is linked to
|
type |
the requested SPICECHANNELPRIVATE type
|
id |
the channel-id
|
Returns:
a weak reference to Channel, the session owns the reference
|