LSLSamplePointer<T extends NativeType> constructor

const LSLSamplePointer<T extends NativeType>(
  1. double timestamp,
  2. int errorCode,
  3. int pointerAddress
)

Implementation

const LSLSamplePointer(this.timestamp, this.errorCode, this.pointerAddress);