Command

data class Command(val method: Method, val cSeq: Int, val status: Int, val text: String)

Created by pedro on 7/04/21.

Constructors

Link copied to clipboard
constructor(method: Method, cSeq: Int, status: Int, text: String)

Properties

Link copied to clipboard
val cSeq: Int
Link copied to clipboard
Link copied to clipboard
val status: Int
Link copied to clipboard