Skip to content
Snippets Groups Projects
Select Git revision
  • uiv2
  • master default protected
  • gitkeep
  • Issue/2463-newCoscinePIDTypes
  • dev protected
  • Issue/2309-docs
  • Issue/2259-updatePids
  • Issue/1321-pidEnquiryOverhaul
  • Issue/2158-emailServicedesk
  • Hotfix/2130-uiv2ContactChange
  • Hotfix/2087-efNet6
  • Issue/1910-MigrationtoNET6.0
  • Issue/1971-projectEditCreateMigration
  • Issue/1980-userManagement
  • Sprint/2022-01
  • Sprint/2021-2022
  • Issue/1741-semanticSearchActions
  • Sprint/2021-23
  • Issue/1746-ApplicationProfileStoringMethod
  • Hotfix/1466-projectCreationTimeout
  • v3.3.2
  • v3.3.1
  • v3.3.0
  • v3.2.0
  • v3.1.0
  • v3.0.0
  • v2.4.1
  • v2.4.0
  • v2.3.0
  • v2.2.0
  • v2.1.1
  • v2.1.0
  • v2.0.0
  • v1.18.0
  • v1.17.1
  • v1.17.0
  • v1.16.0
  • v1.15.1
  • v1.15.0
  • v1.14.0
40 results

ContactChangeEventArgs.cs

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    InputDeviceSubCodes.m 840 B
    %InputDeviceSubCodes InputDeviceSubCodes enumeration for the brick
    %
    % Notes::
    % - InputDeviceSubCodes can be found in the EV3 documentation and source code
    % (bytecodes.h)
    
    classdef InputDeviceSubCodes < uint8
        enumeration
             InsertType (1)
             GetFormat (2)
             CalMinMax (3)
             CalDefault (4)
             GetTypeMode (5)
             GetSymbol (6)
             CalMin (7)
             CalMax (8)
             Setup (9)
             ClrAll (10)
             GetRaw (11)
             GetConnection (12)
             StopAll (13)
             SetTypeMode (14)
             ReadyIIC (15)
             GetName (21)
             GetModeName (22)
             SetRaw (23)
             GetFigures (24)
             GetChanges (25)
             ClrChanges (26)
             ReadyPct (27)
             ReadyRaw (28)
             ReadySI (29)
             GetMinMax (30)
             GetBumps (31)
        end
    end