Skip to main content
API Reference NianticSpatial.NSDK.AR.Utilities ARDeviceMapCompatibilityUtil

TryConvertArdk3ToNsdk

Try to convert Device Map blob as ARDK 3.x Device Map

Declaration

public static bool TryConvertArdk3ToNsdk(byte[] ardk3DeviceMap, out byte[] nsdkDeviceMap)

Summary

Try to convert Device Map blob as ARDK 3.x Device Map

Returns

true if successfully converted into NSDK Device Map. false if failed to convert Device Map

Parameters

NameTypeSummary
ardk3DeviceMapbyte[]
Byte array data of serialized ARDK 3.x Device Map
nsdkDeviceMapbyte[]
NSDK Device Map, or null if ardk3DeviceMap is not ARDK 3.x Device Map