Methods
Enum_Create
Creates an enumeration session
Syntax
void Enum_Create( string _bsEnumURL, string _bsRemoteProps, string _bsHints, IMCChannelCallback _pCallback, out IMCChannelSGN _ppMChannelSGN )
Parameters
_bsEnumURL - Enumeration URL
_bsRemoteProps - Remote peer properties
_bsHints - Hints for the enumeration process
_pCallback - Callback interface for enumeration events
_ppMChannelSGN - Output MChannelSGN object
Channel_Create
Creates a new connection channel
Syntax
void Channel_Create( string _bsChannelUPI, string _bsRemoteProps, string _bsHints, IMCChannelCallback _pCallback, out MCChannel _ppMChannel )
Parameters
_bsChannelUPI - Unique Peer Identifier
_bsRemoteProps - Remote peer properties
_bsHints - Hints for the channel creation
_pCallback - Callback interface for channel events
_ppMChannel - Output MCChannel object
Channel_Connect
Connects to a specified channel
Syntax
void Channel_Connect( string _bsChannelUPI, string _bsRemoteProps, string _bsHints, IMCChannelCallback _pCallback, out MCChannel _ppMChannel )
Parameters
_bsChannelUPI - Unique Peer Identifier
_bsRemoteProps - Remote peer properties
_bsHints - Hints for the connection
_pCallback - Callback interface for connection events
_ppMChannel - Output MCChannel object