Show / Hide Table of Contents

Enum NotifyFlags

The flags avalible for TableListeners

Namespace: NetworkTables
Assembly: FRC.NetworkTables.dll
Syntax
[Flags]
public enum NotifyFlags : uint

Fields

Name Description
Delete

Deleted entry

FlagsChanged

Flags changed for entry

Immediate

Initial listener addition

Local

Changed locally

New

Newly created entry

None

Notify nobody

Update

Value changed for entry

  • Improve this Doc
  • View Source
Back to top Copyright © 2017 RobotDotNet