usualFunctionMultiParam

fun usualFunctionMultiParam(p: Int, p1: Int, p2: ByteArray, p3: String): String

Summary of usual function

Use kotlin.reflect.KClass.simpleName to enumerate the properties of the class.

Return

some string from int

Parameters

p

int variable

p1

Int variable

p2

ByteArray variable

p3

String variable blah blah blah, some extra description

Throws

exception descr actually, never throws