Click or drag to resize
EmberReaderReadContentsAsInt32Array Method
Reads the contents of the current data value as an Int32 array.

Namespace: Lawo.EmberPlusSharp.Ember
Assembly: Lawo.EmberPlusSharp (in Lawo.EmberPlusSharp.dll) Version: 1.4.1707.27006
Syntax
C#
public int[] ReadContentsAsInt32Array()

Return Value

Type: Int32
Exceptions
ExceptionCondition
EmberExceptionAn error occurred while parsing the EmBER-encoded data, see Message for more information.
InvalidOperationException
ObjectDisposedExceptionDispose has been called.
Bibliography
See Also