TwiceAsNice  2019-02-18
Public Attributes | List of all members
_IBLOBVectorProperty Struct Reference

BLOB (Binary Large Object) vector property descriptor. More...

#include <indiapi.h>

Collaboration diagram for _IBLOBVectorProperty:
Collaboration graph

Public Attributes

char device [MAXINDIDEVICE]
 Device name. More...
 
char name [MAXINDINAME]
 Property name. More...
 
char label [MAXINDILABEL]
 Short description. More...
 
char group [MAXINDIGROUP]
 GUI grouping hint. More...
 
IPerm p
 Client accessibility hint. More...
 
double timeout
 Current max time to change, secs. More...
 
IPState s
 Current property state. More...
 
IBLOBbp
 BLOBs comprising this vector. More...
 
int nbp
 Dimension of bp[]. More...
 
char timestamp [MAXINDITSTAMP]
 ISO 8601 timestamp of this event. More...
 
void * aux
 Helper info. More...
 

Detailed Description

BLOB (Binary Large Object) vector property descriptor.

Member Data Documentation

◆ aux

void * _IBLOBVectorProperty::aux

Helper info.

◆ bp

IBLOB * _IBLOBVectorProperty::bp

BLOBs comprising this vector.

◆ device

char _IBLOBVectorProperty::device

Device name.

◆ group

char _IBLOBVectorProperty::group

GUI grouping hint.

◆ label

char _IBLOBVectorProperty::label

Short description.

◆ name

char _IBLOBVectorProperty::name

Property name.

◆ nbp

int _IBLOBVectorProperty::nbp

Dimension of bp[].

◆ p

IPerm _IBLOBVectorProperty::p

Client accessibility hint.

◆ s

IPState _IBLOBVectorProperty::s

Current property state.

◆ timeout

double _IBLOBVectorProperty::timeout

Current max time to change, secs.

◆ timestamp

char _IBLOBVectorProperty::timestamp

ISO 8601 timestamp of this event.


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