Join Slack
Communities
Powered by
Is there a way to wrap a CVariable into a CValuesR...
# kotlin-native
n
napperley
06/27/2018, 2:05 AM
Is there a way to
wrap
a CVariable into a CValuesRef?
napperley
06/27/2018, 5:29 AM
Very close to the point where the MQTT program will compile without any errors (have two errors left to resolve).
o
olonho
06/27/2018, 5:32 AM
what exactly are you trying to achieve?
n
napperley
06/27/2018, 6:53 AM
MQTT_Sample.kt
napperley
06/27/2018, 6:53 AM
Refer to the MQTT Sample snippet (
https://kotlinlang.slack.com/files/U5R5FGVH7/FBEGLHWF6/mqtt_sample.kt
).
o
olonho
06/27/2018, 8:27 AM
you just missing
ptr
extension function,
import kotlinx.cinterop.*
helps
👍 2
9
Views
Open in Slack
Previous
Next