DataBytesItem Property

Access as data iterator.

Definition

Namespace: Peak.Can.Basic
Assembly: PCANBasic.NET (in PCANBasic.NET.dll) Version: 4.9.0
C#
public byte this[
	int i
] { get; set; }

Parameters

i  Int32
The index of the value to retrieve.

Return Value

Byte
The value requested.

Exceptions

IndexOutOfRangeExceptionThe index is outside its bounds.

See Also