TimestampedBooleanArray

class ntcore.TimestampedBooleanArray(*args, **kwargs)

Bases: pybind11_object

Timestamped value. @ingroup ntcore_cpp_handle_api

Overloaded function.

  1. __init__(self: ntcore._ntcore.TimestampedBooleanArray) -> None

  2. __init__(self: ntcore._ntcore.TimestampedBooleanArray, time: typing.SupportsInt | typing.SupportsIndex, serverTime: typing.SupportsInt | typing.SupportsIndex, value: collections.abc.Sequence[typing.SupportsInt | typing.SupportsIndex]) -> None