Static Public Attributes | List of all members
NotifyDataType Class Reference

Data type delivered by the event. More...

Inherits object.

Static Public Attributes

int Binary = 3
 Byte array. More...
 
int Boolean = 4
 Boolean node. More...
 
int Float64 = 1
 Double value. More...
 
int Int64 = 0
 64 bit integer. More...
 
int String = 2
 String value. More...
 
int Void = -1
 No data. More...
 

Detailed Description

Data type delivered by the event.

Member Data Documentation

◆ Binary

int Binary = 3
static

Byte array.

◆ Boolean

int Boolean = 4
static

Boolean node.

◆ Float64

int Float64 = 1
static

Double value.

◆ Int64

int Int64 = 0
static

64 bit integer.

◆ String

int String = 2
static

String value.

◆ Void

int Void = -1
static

No data.