fromInt32

fun fromInt32(scVal: SCValXdr): Int

Convert from SCValXdr with the type of SCValTypeXdr.SCV_I32 to Int.

Return

the int32 value

Parameters

scVal

SCValXdr to convert

Throws