Overview

DATEX

type ReturnT

Definition:void = Promise | T | void

TODO

type dxb_header

Definition:{sid?: number,return_index?: number,inc?: number,type?: ProtocolDataType,version?: number,sender?: Endpoint,timestamp?: Date,signed?: boolean,executable?: boolean,encrypted?: boolean,end_of_scope?: boolean,routing?: routing_info,redirect?: boolean,}

type routing_info

Definition:{sender?: Endpoint,ttl?: number,prio?: number,receivers?: target_clause,flood?: boolean,}

type datex_variables_scope

Definition:{} {__current: Target,__sender: Target,__timestamp: Date,__signed: boolean,__encrypted: boolean,}

type datex_meta

Definition:{encrypted?: boolean,signed?: boolean,sender: Endpoint,timestamp: Date,type: ProtocolDataType,}

TODO

TODO

type compile_info

Definition:[string | PrecompiledDXB, any[], compiler_options, boolean, boolean, boolean, PrecompiledDXB, number]

TODO

interface PointerSource

Did this doc help you?

Privacy Policy

Help us improving our docs

Our documentations are fully open source. Something is wrong or unclear? Edit documentation.

Make a contribution