Skip to content

Instantly share code, notes, and snippets.

@Elvis10ten
Created November 6, 2020 20:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Elvis10ten/6a71ff6a51c756cd901da8510b2b7cdf to your computer and use it in GitHub Desktop.
Save Elvis10ten/6a71ff6a51c756cd901da8510b2b7cdf to your computer and use it in GitHub Desktop.
internal interface MulticastChannel {
@Throws(Exception::class)
fun init(receiver: MessageReceiver)
@Throws(Exception::class)
fun send(message: ByteArray, size: Int)
fun close()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment