Inchanbin

interface inchanbin.Inchanbin

Binary message input channel.

Delivers raw binary network messages from other participants.

Means of acquiring returned message implementation defined. Order of returned messages implementation defined.

inchanbin.Inchanbin.receive()

Receive next message.

Throws:BusyError – If another receive is already in progress.
Returns:ArrayBuffer – message - Network message from other participant.