WirelessDeviceSessionKeysAbpV11Args

data class WirelessDeviceSessionKeysAbpV11Args(val appSKey: Output<String>, val fNwkSIntKey: Output<String>, val nwkSEncKey: Output<String>, val sNwkSIntKey: Output<String>) : ConvertibleToJava<WirelessDeviceSessionKeysAbpV11Args>

Constructors

Link copied to clipboard
fun WirelessDeviceSessionKeysAbpV11Args(appSKey: Output<String>, fNwkSIntKey: Output<String>, nwkSEncKey: Output<String>, sNwkSIntKey: Output<String>)

Functions

Link copied to clipboard
open override fun toJava(): WirelessDeviceSessionKeysAbpV11Args

Properties

Link copied to clipboard
val appSKey: Output<String>
Link copied to clipboard
val fNwkSIntKey: Output<String>
Link copied to clipboard
val nwkSEncKey: Output<String>
Link copied to clipboard
val sNwkSIntKey: Output<String>