ACameraCaptureFailure
NameSpace: Camera
Inherits from:
INullablePointer,
IDisposable
Public Fields
FrameNumber
public long FrameNumber { get; set; }
Reason
public int Reason { get; set; }
SequenceId
public int SequenceId { get; set; }
WasCaptured
public bool WasCaptured { get; set; }
Public Methods
void IDisposable. Dispose
public void IDisposable. Dispose()
Public Attributes
IsNull
public bool IsNull => data == null;