Instrument Neutral Distributed Interface INDI  2.0.2
Public Attributes | List of all members
_ISwitch Struct Reference

#include <indiapi.h>

Public Attributes

char name [MAXINDINAME]
 
char label [MAXINDILABEL]
 
ISState s
 
struct _ISwitchVectorPropertysvp
 
void * aux
 

Detailed Description

Definition at line 348 of file indiapi.h.

Member Data Documentation

◆ aux

void* _ISwitch::aux

Helper info

Definition at line 359 of file indiapi.h.

◆ label

char _ISwitch::label[MAXINDILABEL]

Switch label

Definition at line 353 of file indiapi.h.

◆ name

char _ISwitch::name[MAXINDINAME]

Index name

Definition at line 351 of file indiapi.h.

◆ s

ISState _ISwitch::s

Switch state

Definition at line 355 of file indiapi.h.

◆ svp

struct _ISwitchVectorProperty* _ISwitch::svp

Pointer to parent

Definition at line 357 of file indiapi.h.


The documentation for this struct was generated from the following file: