NTSendable

class ntcore.NTSendable

Bases: Sendable

Interface for NetworkTable Sendable objects.

init_sendable(*args, **kwargs)

Overloaded function.

  1. init_sendable(self: ntcore._ntcore.NTSendable, builder: ntcore._ntcore.NTSendableBuilder) -> None

Initializes this Sendable object.

Parameters:

builder – sendable builder

  1. init_sendable(self: ntcore._ntcore.NTSendable, builder: wpiutil._wpiutil.SendableBuilder) -> None