ScannerConfigurationCStruct
C struct for C# to send frame data to C++. Defined in ardk_scanner_configuration.h file....
Declaration
public struct ScannerConfigurationCStruct : ValueTypeSummary
C struct for C# to send frame data to C++. Defined in ardk_scanner_configuration.h file. Note: It is not that great as we have both XRScanningConfiguration and this ScannerConfigurationCStruct. The reason why we don't move ScannerConfigurationCStruct into XRScanningConfiguration is for the benefits of decoupling internal and public code, and avoid easily breaking existing public contracts.