Diffusion C API  6.7.4
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
datatypes.h File Reference

Copyright © 2018, 2021 Push Technology Ltd., All Rights Reserved. More...

Enumerations

enum  DIFFUSION_DATATYPE {
  DATATYPE_BINARY, DATATYPE_JSON, DATATYPE_STRING, DATATYPE_DOUBLE,
  DATATYPE_INT64, DATATYPE_RECORDV2
}
 Supported datatypes. More...
 

Detailed Description

Copyright © 2018, 2021 Push Technology Ltd., All Rights Reserved.

Use is subject to license terms.

NOTICE: All information contained herein is, and remains the property of Push Technology. The intellectual and technical concepts contained herein are proprietary to Push Technology and may be covered by U.S. and Foreign Patents, patents in process, and are protected by trade secret or copyright law.

Enumeration Type Documentation

Supported datatypes.

Enumerator
DATATYPE_BINARY 

Binary datatype enum.

DATATYPE_JSON 

JSON datatype enum.

DATATYPE_STRING 

String datatype enum.

DATATYPE_DOUBLE 

Double datatype enum.

DATATYPE_INT64 

Int64 datatype enum.

DATATYPE_RECORDV2 

RecordV2 datatype enum.