PartialMessageReceivedEventArgs

class PartialMessageReceivedEventArgs(    val msgid: Int,     val category: Int,     val messageType: MessageType,     val position: Int,     val length: Int,     val received: Int) : EventArgs

Partial message id event args

Constructors

Link copied to clipboard
fun PartialMessageReceivedEventArgs(    msgid: Int,     category: Int,     messageType: MessageType,     position: Int,     length: Int,     received: Int)

Properties

Link copied to clipboard
val category: Int

message category

Link copied to clipboard
val length: Int

overall length of the assembled message

Link copied to clipboard
val messageType: MessageType

message type

Link copied to clipboard
val msgid: Int

protocol message id

Link copied to clipboard
val position: Int

this message chunk's position in the assembled message data

Link copied to clipboard
val received: Int

number of chunks received so far