diff --git a/classes/VBANAudioPacket.html b/classes/VBANAudioPacket.html index d96f00c1..c21e83fc 100644 --- a/classes/VBANAudioPacket.html +++ b/classes/VBANAudioPacket.html @@ -1,4 +1,4 @@ -VBANAudioPacket | vban - v1.2.5

Class VBANAudioPacket

Hierarchy (view full)

Constructors

constructor +VBANAudioPacket | vban - v1.2.5

Class VBANAudioPacket

Hierarchy (view full)

Constructors

Properties

bitResolution: EBitsResolutions

Data type used to store audio sample in the packet +

Constructors

Properties

bitResolution: EBitsResolutions

Data type used to store audio sample in the packet Use it to select the correct bitResolution VBANAudioPacket.bitResolutions, or directly use VBANAudioPacket.bitResolutionObject

-
bitResolutionObject: IBitResolution

the bit resolution selected by the id in VBANAudioPacket.bitResolution

-
codec: ECodecs

Audio codec used

-
data: Buffer

current audio

-
frameCounter: number

frameCounter allow checking if you receive frame in order, and without losing them

-
nbChannel: number

Number of channel is given by an 8 bits unsigned integer (0 – 255) where 0 means 1 channel +

bitResolutionObject: IBitResolution

the bit resolution selected by the id in VBANAudioPacket.bitResolution

+
codec: ECodecs

Audio codec used

+
data: Buffer

current audio

+
frameCounter: number

frameCounter allow checking if you receive frame in order, and without losing them

+
nbChannel: number

Number of channel is given by an 8 bits unsigned integer (0 – 255) where 0 means 1 channel and 255 means 256 channels.

-
nbSample: number

Number of sample is given by an 8 bits unsigned integer (0 – 255) where 0 means 1 sample and +

nbSample: number

Number of sample is given by an 8 bits unsigned integer (0 – 255) where 0 means 1 sample and 255 means 256 samples

-
sr: number

Sample Rate for this stream

-
streamName: string

the name of the current stream . +

sr: number

Sample Rate for this stream

+
streamName: string

the name of the current stream . Voicemeeter rely on it to allow a packet or not

-
subProtocol: ESubProtocol = VBANAudioPacket.subProtocol

the subProtocol of this packet +

subProtocol: ESubProtocol = VBANAudioPacket.subProtocol

the subProtocol of this packet ESubProtocol

-
bitResolutions: Record<number, IBitResolution> = ...
frameCounters: Map<string, number> = ...
subProtocol: ESubProtocol = ESubProtocol.AUDIO

Methods

Generated using TypeDoc

\ No newline at end of file +
bitResolutions: Record<number, IBitResolution> = ...
frameCounters: Map<string, number> = ...
subProtocol: ESubProtocol = ESubProtocol.AUDIO

VBANAudioPacket.subProtocol

+

Methods

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/VBANPacket.html b/classes/VBANPacket.html index 1d0566e4..a76d1346 100644 --- a/classes/VBANPacket.html +++ b/classes/VBANPacket.html @@ -1,4 +1,4 @@ -VBANPacket | vban - v1.2.5

Class VBANPacket

Hierarchy (view full)

Constructors

constructor +VBANPacket | vban - v1.2.5

Class VBANPacket

Hierarchy (view full)

Constructors

Properties

frameCounter: number

frameCounter allow checking if you receive frame in order, and without losing them

-
sr: number

Sample Rate for this stream

-
streamName: string

the name of the current stream . +

Parameters

Returns VBANPacket

Properties

frameCounter: number

frameCounter allow checking if you receive frame in order, and without losing them

+
sr: number

Sample Rate for this stream

+
streamName: string

the name of the current stream . Voicemeeter rely on it to allow a packet or not

-
subProtocol: ESubProtocol = ESubProtocol.AUDIO

the subProtocol of this packet +

subProtocol: ESubProtocol = ESubProtocol.AUDIO

the subProtocol of this packet ESubProtocol

-
frameCounters: Map<string, number> = ...

Methods

  • Convert a VBANPacket to a UDP packet

    -

    Parameters

    Returns Buffer

Generated using TypeDoc

\ No newline at end of file +
frameCounters: Map<string, number> = ...

Methods

  • Convert a VBANPacket to a UDP packet

    +

    Parameters

    Returns Buffer

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/VBANProtocolFactory.html b/classes/VBANProtocolFactory.html index 9c4b01a8..3c9374f5 100644 --- a/classes/VBANProtocolFactory.html +++ b/classes/VBANProtocolFactory.html @@ -1,5 +1,5 @@ -VBANProtocolFactory | vban - v1.2.5

Class VBANProtocolFactory

Constructors

constructor +VBANProtocolFactory | vban - v1.2.5

Class VBANProtocolFactory

Constructors

Methods

Generated using TypeDoc

\ No newline at end of file +

Constructors

Methods

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/VBANSerialPacket.html b/classes/VBANSerialPacket.html index e34870cd..b659df95 100644 --- a/classes/VBANSerialPacket.html +++ b/classes/VBANSerialPacket.html @@ -1,4 +1,4 @@ -VBANSerialPacket | vban - v1.2.5

Class VBANSerialPacket

Hierarchy (view full)

Constructors

constructor +VBANSerialPacket | vban - v1.2.5

Class VBANSerialPacket

Hierarchy (view full)

Constructors

Properties

This field is used to give possible information on COM port and serial transmission mode related +

Constructors

Properties

This field is used to give possible information on COM port and serial transmission mode related to a Hardware COM port. This is made to possibly emulate COM to COM port connections and let the receiver configure the physical COM port in the right mode.

-
bps: number

SR / bps : Bit rate is given in bps for information only. But it can be useful if serial data come from or go to +

bps: number

SR / bps : Bit rate is given in bps for information only. But it can be useful if serial data come from or go to a particular COM port. Set to ZERO if there is no particular bit rate.

-
channelsIdents: number

Can be used to define a sub channel (sub serial link) and then manage up to 256 different +

channelsIdents: number

Can be used to define a sub channel (sub serial link) and then manage up to 256 different serial virtual pipes (ZERO by default).

-
data: Buffer

Data type used to store data in the packet (ZERO per default). The index is stored on 3 first bits. +

data: Buffer

Data type used to store data in the packet (ZERO per default). The index is stored on 3 first bits. Bit 3 must be ZERO. Bits 4 to 7 gives additional mode

-
frameCounter: number

frameCounter allow checking if you receive frame in order, and without losing them

-
sr: number = 0

not used . Replaced by VBANSerialPacket.bps

-
streamName: string

the name of the current stream . +

frameCounter: number

frameCounter allow checking if you receive frame in order, and without losing them

+
sr: number = 0

not used . Replaced by VBANSerialPacket.bps

+
streamName: string

the name of the current stream . Voicemeeter rely on it to allow a packet or not

-
streamType: ESerialStreamType

type of stream . MIDI or SERIAL ... But in practice, only serial is used (MIDI is serial)

-
subProtocol: ESubProtocol = VBANSerialPacket.subProtocol

the subProtocol of this packet +

streamType: ESerialStreamType

type of stream . MIDI or SERIAL ... But in practice, only serial is used (MIDI is serial)

+
subProtocol: ESubProtocol = VBANSerialPacket.subProtocol

the subProtocol of this packet ESubProtocol

-
frameCounters: Map<string, number> = ...
subProtocol: ESubProtocol = ESubProtocol.SERIAL

Methods

Generated using TypeDoc

\ No newline at end of file +
frameCounters: Map<string, number> = ...
subProtocol: ESubProtocol = ESubProtocol.SERIAL

VBANSerialPacket.subProtocol

+

Methods

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/VBANServer.html b/classes/VBANServer.html index cd37fb13..8118c05e 100644 --- a/classes/VBANServer.html +++ b/classes/VBANServer.html @@ -1,4 +1,4 @@ -VBANServer | vban - v1.2.5

Class VBANServer

Hierarchy

  • EventEmitter
    • VBANServer

Constructors

constructor +VBANServer | vban - v1.2.5

Class VBANServer

Hierarchy

  • EventEmitter
    • VBANServer

Constructors

Properties

Constructors

Properties

UDPServer: Socket
frameCounter: Map<ESubProtocol, number> = ...
isListening: boolean = false
os: {
    hostname: (() => string);
}

Type declaration

  • hostname: (() => string)
      • (): string
      • Returns string

captureRejectionSymbol: typeof captureRejectionSymbol

Value: Symbol.for('nodejs.rejection')

+

Constructors

Properties

UDPServer: Socket
frameCounter: Map<ESubProtocol, number> = ...
isListening: boolean = false
os: {
    hostname: (() => string);
}

Type declaration

  • hostname: (() => string)
      • (): string
      • Returns string

captureRejectionSymbol: typeof captureRejectionSymbol

Value: Symbol.for('nodejs.rejection')

See how to write a custom rejection handler.

Since

v13.4.0, v12.16.0

captureRejections: boolean

Value: boolean

@@ -72,12 +72,12 @@

Since

v13.6.0, v12.17.0

Methods

  • Type Parameters

    • K

    Parameters

    • error: Error
    • event: string | symbol
    • Rest ...args: AnyRest

    Returns void

  • Alias for emitter.on(eventName, listener).

    Type Parameters

    • K

    Parameters

    • eventName: string | symbol
    • listener: ((...args) => void)
        • (...args): void
        • Parameters

          • Rest ...args: any[]

          Returns void

    Returns this

    Since

    v0.1.26

    -
  • Parameters

    • Optional port: number
    • Optional address: string
    • Optional callback: (() => void)
        • (): void
        • Returns void

    Returns this

  • Parameters

    • Optional port: number
    • Optional callback: (() => void)
        • (): void
        • Returns void

    Returns this

  • Parameters

    • Optional callback: (() => void)
        • (): void
        • Returns void

    Returns this

  • Parameters

    • options: BindOptions
    • Optional callback: (() => void)
        • (): void
        • Returns void

    Returns this

  • Parameters

    • Optional cb: (() => void)
        • (): void
        • Returns void

    Returns void

  • Returns an array listing the events for which the emitter has registered +

  • Parameters

    • Optional port: number
    • Optional address: string
    • Optional callback: (() => void)
        • (): void
        • Returns void

    Returns this

  • Parameters

    • Optional port: number
    • Optional callback: (() => void)
        • (): void
        • Returns void

    Returns this

  • Parameters

    • Optional callback: (() => void)
        • (): void
        • Returns void

    Returns this

  • Parameters

    • options: BindOptions
    • Optional callback: (() => void)
        • (): void
        • Returns void

    Returns this

  • Parameters

    • Optional cb: (() => void)
        • (): void
        • Returns void

    Returns void

  • Returns an array listing the events for which the emitter has registered listeners. The values in the array are strings or Symbols.

    import { EventEmitter } from 'node:events';

    const myEE = new EventEmitter();
    myEE.on('foo', () => {});
    myEE.on('bar', () => {});

    const sym = Symbol('symbol');
    myEE.on(sym, () => {});

    console.log(myEE.eventNames());
    // Prints: [ 'foo', 'bar', Symbol(symbol) ]

    Returns (string | symbol)[]

    Since

    v6.0.0

    -
  • Returns the current max listener value for the EventEmitter which is either +

  • Returns the current max listener value for the EventEmitter which is either set by emitter.setMaxListeners(n) or defaults to defaultMaxListeners.

    Returns number

    Since

    v1.0.0

  • Returns the number of listeners listening for the event named eventName. @@ -90,9 +90,9 @@

    server.on('connection', (stream) => {
    console.log('someone connected!');
    });
    console.log(util.inspect(server.listeners('connection')));
    // Prints: [ [Function] ]

    Type Parameters

    • K

    Parameters

    • eventName: string | symbol

    Returns Function[]

    Since

    v0.1.26

    -
  • Parameters

    • msg: Buffer
    • sender: RemoteInfo

    Returns void

  • Alias for emitter.removeListener().

    +
  • Parameters

    • msg: Buffer
    • sender: RemoteInfo

    Returns void

  • Alias for emitter.removeListener().

    Type Parameters

    • K

    Parameters

    • eventName: string | symbol
    • listener: ((...args) => void)
        • (...args): void
        • Parameters

          • Rest ...args: any[]

          Returns void

    Returns this

    Since

    v10.0.0

    -
  • Adds a one-timelistener function for the event named eventName. The +

  • Adds a one-timelistener function for the event named eventName. The next time eventName is triggered, this listener is removed and then invoked.

    server.once('connection', (stream) => {
    console.log('Ah, we have our first user!');
    });
    @@ -157,7 +157,7 @@

    Returns a reference to the EventEmitter, so that calls can be chained.

    Type Parameters

    • K

    Parameters

    • eventName: string | symbol
    • listener: ((...args) => void)
        • (...args): void
        • Parameters

          • Rest ...args: any[]

          Returns void

    Returns this

    Since

    v0.1.26

    -
  • Parameters

    • sender: {
          address: string;
          port: number;
      }
      • address: string
      • port: number
    • isReply: boolean = false

    Returns void

  • By default EventEmitters will print a warning if more than 10 listeners are +

  • Parameters

    • sender: {
          address: string;
          port: number;
      }
      • address: string
      • port: number
    • isReply: boolean = false

    Returns void

frameCounters: Map<string, number> = ...
subProtocol: ESubProtocol = ESubProtocol.SERVICE

Methods

Generated using TypeDoc

\ No newline at end of file diff --git a/classes/VBANTEXTPacket.html b/classes/VBANTEXTPacket.html index 596f4707..4159e2a8 100644 --- a/classes/VBANTEXTPacket.html +++ b/classes/VBANTEXTPacket.html @@ -1,4 +1,4 @@ -VBANTEXTPacket | vban - v1.2.5

Class VBANTEXTPacket

Hierarchy (view full)

Constructors

constructor +VBANTEXTPacket | vban - v1.2.5

Class VBANTEXTPacket

Hierarchy (view full)

Constructors

Properties

bps: number

Bit rate is given in bps for information only. But it can be used internally to limit the bandwidth of +

Constructors

Properties

bps: number

Bit rate is given in bps for information only. But it can be used internally to limit the bandwidth of the stream and for example gives more priority to audio stream or RT MIDI stream. It can be set to ZERO if there is no particular bit rate.

-
channelsIdents: number

Can be used to define a sub channel (sub text channel) and then manage up to 256 different +

channelsIdents: number

Can be used to define a sub channel (sub text channel) and then manage up to 256 different virtual pipes (ZERO by default).

-
dataBuffer?: Buffer

you can access the raw dataBuffer (if available) to try another decoding

-
encoding: ETextEncoding

Text format

-

Data type used to store data in the packet (ZERO/VBAN_DATATYPE_BYTE8 per default).

-
frameCounter: number

frameCounter allow checking if you receive frame in order, and without losing them

-
sr: number

not used . Replaced by VBANTEXTPacket.bps

-
streamName: string

the name of the current stream . +

dataBuffer?: Buffer

you can access the raw dataBuffer (if available) to try another decoding

+
encoding: ETextEncoding

Text format

+

Data type used to store data in the packet (ZERO/VBAN_DATATYPE_BYTE8 per default).

+
frameCounter: number

frameCounter allow checking if you receive frame in order, and without losing them

+
sr: number

not used . Replaced by VBANTEXTPacket.bps

+
streamName: string

the name of the current stream . Voicemeeter rely on it to allow a packet or not

-
subProtocol: ESubProtocol = VBANTEXTPacket.subProtocol

the subProtocol of this packet +

subProtocol: ESubProtocol = VBANTEXTPacket.subProtocol

the subProtocol of this packet ESubProtocol

-
text: string

if data can be decoded, it will be decoded in text

-
frameCounters: Map<string, number> = ...
subProtocol: ESubProtocol = ESubProtocol.TEXT

Methods

Generated using TypeDoc

\ No newline at end of file +
text: string

if data can be decoded, it will be decoded in text

+
frameCounters: Map<string, number> = ...
subProtocol: ESubProtocol = ESubProtocol.TEXT

VBANTEXTPacket.subProtocol

+

Methods

Generated using TypeDoc

\ No newline at end of file diff --git a/enums/EBitsResolutions.html b/enums/EBitsResolutions.html index 5d39cec3..47dd0a7e 100644 --- a/enums/EBitsResolutions.html +++ b/enums/EBitsResolutions.html @@ -1,4 +1,4 @@ -EBitsResolutions | vban - v1.2.5

Enumeration EBitsResolutions

Enumeration Members

VBAN_DATATYPE_10BITS +EBitsResolutions | vban - v1.2.5

Enumeration EBitsResolutions

Enumeration Members

VBAN_DATATYPE_10BITS: 7
VBAN_DATATYPE_12BITS: 6
VBAN_DATATYPE_BYTE8: 0
VBAN_DATATYPE_FLOAT32: 4
VBAN_DATATYPE_FLOAT64: 5
VBAN_DATATYPE_INT16: 1
VBAN_DATATYPE_INT24: 2
VBAN_DATATYPE_INT32: 3

Generated using TypeDoc

\ No newline at end of file +

Enumeration Members

VBAN_DATATYPE_10BITS: 7
VBAN_DATATYPE_12BITS: 6
VBAN_DATATYPE_BYTE8: 0
VBAN_DATATYPE_FLOAT32: 4
VBAN_DATATYPE_FLOAT64: 5
VBAN_DATATYPE_INT16: 1
VBAN_DATATYPE_INT24: 2
VBAN_DATATYPE_INT32: 3

Generated using TypeDoc

\ No newline at end of file diff --git a/enums/ECodecs.html b/enums/ECodecs.html index e9be5979..5b1f125c 100644 --- a/enums/ECodecs.html +++ b/enums/ECodecs.html @@ -1,4 +1,4 @@ -ECodecs | vban - v1.2.5

Enumeration ECodecs

Enumeration Members

VBAN_CODEC_PCM +ECodecs | vban - v1.2.5

Enumeration ECodecs

Enumeration Members

VBAN_CODEC_PCM: 0
VBAN_CODEC_UNDEFINED_1: 48
VBAN_CODEC_UNDEFINED_10: 192
VBAN_CODEC_UNDEFINED_11: 208
VBAN_CODEC_UNDEFINED_12: 224
VBAN_CODEC_UNDEFINED_2: 64
VBAN_CODEC_UNDEFINED_3: 80
VBAN_CODEC_UNDEFINED_4: 96
VBAN_CODEC_UNDEFINED_5: 112
VBAN_CODEC_UNDEFINED_6: 128
VBAN_CODEC_UNDEFINED_7: 144
VBAN_CODEC_UNDEFINED_8: 160
VBAN_CODEC_UNDEFINED_9: 176
VBAN_CODEC_USER: 240
VBAN_CODEC_VBCA: 16
VBAN_CODEC_VBCV: 32

Generated using TypeDoc

\ No newline at end of file +

Enumeration Members

VBAN_CODEC_PCM: 0
VBAN_CODEC_UNDEFINED_1: 48
VBAN_CODEC_UNDEFINED_10: 192
VBAN_CODEC_UNDEFINED_11: 208
VBAN_CODEC_UNDEFINED_12: 224
VBAN_CODEC_UNDEFINED_2: 64
VBAN_CODEC_UNDEFINED_3: 80
VBAN_CODEC_UNDEFINED_4: 96
VBAN_CODEC_UNDEFINED_5: 112
VBAN_CODEC_UNDEFINED_6: 128
VBAN_CODEC_UNDEFINED_7: 144
VBAN_CODEC_UNDEFINED_8: 160
VBAN_CODEC_UNDEFINED_9: 176
VBAN_CODEC_USER: 240
VBAN_CODEC_VBCA: 16
VBAN_CODEC_VBCV: 32

Generated using TypeDoc

\ No newline at end of file diff --git a/enums/EFormatBit.html b/enums/EFormatBit.html index f753cd4b..f9735403 100644 --- a/enums/EFormatBit.html +++ b/enums/EFormatBit.html @@ -1,3 +1,3 @@ -EFormatBit | vban - v1.2.5

Enumeration EFormatBit

Enumeration Members

VBAN_DATATYPE_BYTE8 +EFormatBit | vban - v1.2.5

Enumeration EFormatBit

Enumeration Members

Enumeration Members

VBAN_DATATYPE_BYTE8: 0

0 to 255

-

Generated using TypeDoc

\ No newline at end of file +

Generated using TypeDoc

\ No newline at end of file diff --git a/enums/ESerialStreamType.html b/enums/ESerialStreamType.html index 5ee83d65..4852ad37 100644 --- a/enums/ESerialStreamType.html +++ b/enums/ESerialStreamType.html @@ -1,4 +1,4 @@ -ESerialStreamType | vban - v1.2.5

Enumeration ESerialStreamType

Enumeration Members

VBAN_SERIAL_GENERIC +ESerialStreamType | vban - v1.2.5

Enumeration ESerialStreamType

Enumeration Members

VBAN_SERIAL_GENERIC: 0
VBAN_SERIAL_MIDI: 16
VBAN_SERIAL_UNDEFINED_10: 160
VBAN_SERIAL_UNDEFINED_11: 176
VBAN_SERIAL_UNDEFINED_12: 192
VBAN_SERIAL_UNDEFINED_13: 208
VBAN_SERIAL_UNDEFINED_14: 224
VBAN_SERIAL_UNDEFINED_2: 32
VBAN_SERIAL_UNDEFINED_3: 48
VBAN_SERIAL_UNDEFINED_4: 64
VBAN_SERIAL_UNDEFINED_5: 80
VBAN_SERIAL_UNDEFINED_6: 96
VBAN_SERIAL_UNDEFINED_7: 112
VBAN_SERIAL_UNDEFINED_8: 128
VBAN_SERIAL_UNDEFINED_9: 144
VBAN_SERIAL_USER: 240

Generated using TypeDoc

\ No newline at end of file +

Enumeration Members

VBAN_SERIAL_GENERIC: 0
VBAN_SERIAL_MIDI: 16
VBAN_SERIAL_UNDEFINED_10: 160
VBAN_SERIAL_UNDEFINED_11: 176
VBAN_SERIAL_UNDEFINED_12: 192
VBAN_SERIAL_UNDEFINED_13: 208
VBAN_SERIAL_UNDEFINED_14: 224
VBAN_SERIAL_UNDEFINED_2: 32
VBAN_SERIAL_UNDEFINED_3: 48
VBAN_SERIAL_UNDEFINED_4: 64
VBAN_SERIAL_UNDEFINED_5: 80
VBAN_SERIAL_UNDEFINED_6: 96
VBAN_SERIAL_UNDEFINED_7: 112
VBAN_SERIAL_UNDEFINED_8: 128
VBAN_SERIAL_UNDEFINED_9: 144
VBAN_SERIAL_USER: 240

Generated using TypeDoc

\ No newline at end of file diff --git a/enums/EServiceFunction.html b/enums/EServiceFunction.html index 39cf7f09..4e6440c0 100644 --- a/enums/EServiceFunction.html +++ b/enums/EServiceFunction.html @@ -1,3 +1,3 @@ -EServiceFunction | vban - v1.2.5

Enumeration EServiceFunction

Enumeration Members

PING0 +EServiceFunction | vban - v1.2.5

Enumeration EServiceFunction

Enumeration Members

Enumeration Members

PING0: 0
REPLY: 128

Generated using TypeDoc

\ No newline at end of file +

Enumeration Members

PING0: 0
REPLY: 128

Generated using TypeDoc

\ No newline at end of file diff --git a/enums/EServicePINGApplicationType.html b/enums/EServicePINGApplicationType.html index 4151a075..c71b217e 100644 --- a/enums/EServicePINGApplicationType.html +++ b/enums/EServicePINGApplicationType.html @@ -1,4 +1,4 @@ -EServicePINGApplicationType | vban - v1.2.5

Enumeration EServicePINGApplicationType

Enumeration Members

DAW +EServicePINGApplicationType | vban - v1.2.5

Generated using TypeDoc

\ No newline at end of file +

Enumeration Members

DAW: 128
MATRIX: 64
RECEPTOR: 1
RECEPTORSPOT: 4
SERVER: 16777216
TRANSMITTER: 2
TRANSMITTERSPOT: 8
UNKNOWN: 0
VIRTUALDEVICE: 16
VIRTUALMIXER: 32

Generated using TypeDoc

\ No newline at end of file diff --git a/enums/EServicePINGFeatures.html b/enums/EServicePINGFeatures.html index 6d9df985..2579037d 100644 --- a/enums/EServicePINGFeatures.html +++ b/enums/EServicePINGFeatures.html @@ -1,8 +1,8 @@ -EServicePINGFeatures | vban - v1.2.5

Enumeration EServicePINGFeatures

Enumeration Members

AOIP +EServicePINGFeatures | vban - v1.2.5

Generated using TypeDoc

\ No newline at end of file +

Enumeration Members

AOIP: 2
AUDIO: 1
FRAME: 4096
MIDI: 768
SERIAL: 256
TXT: 65536
VOIP: 4

Generated using TypeDoc

\ No newline at end of file diff --git a/enums/EServiceType.html b/enums/EServiceType.html index 739f6109..dc566929 100644 --- a/enums/EServiceType.html +++ b/enums/EServiceType.html @@ -1,5 +1,5 @@ -EServiceType | vban - v1.2.5

Enumeration EServiceType

Enumeration Members

CHATUTF8 +EServiceType | vban - v1.2.5

Enumeration EServiceType

Enumeration Members

CHATUTF8: 1
IDENTIFICATION: 0
RTPACKET: 33
RTPACKETREGISTER: 32

Generated using TypeDoc

\ No newline at end of file +

Enumeration Members

CHATUTF8: 1
IDENTIFICATION: 0
RTPACKET: 33
RTPACKETREGISTER: 32

Generated using TypeDoc

\ No newline at end of file diff --git a/enums/ESubProtocol.html b/enums/ESubProtocol.html index cd99bb73..30126637 100644 --- a/enums/ESubProtocol.html +++ b/enums/ESubProtocol.html @@ -1,5 +1,5 @@ -ESubProtocol | vban - v1.2.5

Enumeration ESubProtocol

Enumeration Members

AUDIO +ESubProtocol | vban - v1.2.5

Enumeration ESubProtocol

Enumeration Members

Enumeration Members

AUDIO: 0
SERIAL: 32
SERVICE: 96
TEXT: 64

Generated using TypeDoc

\ No newline at end of file +

Enumeration Members

AUDIO: 0
SERIAL: 32
SERVICE: 96
TEXT: 64

Generated using TypeDoc

\ No newline at end of file diff --git a/enums/ETextEncoding.html b/enums/ETextEncoding.html index fa21c3e3..66e24d8f 100644 --- a/enums/ETextEncoding.html +++ b/enums/ETextEncoding.html @@ -1,4 +1,4 @@ -ETextEncoding | vban - v1.2.5

Enumeration ETextEncoding

Enumeration Members

VBAN_SERIAL_UNDEFINED_10 +ETextEncoding | vban - v1.2.5

Enumeration ETextEncoding

Enumeration Members

VBAN_SERIAL_UNDEFINED_10: 160
VBAN_SERIAL_UNDEFINED_11: 176
VBAN_SERIAL_UNDEFINED_12: 192
VBAN_SERIAL_UNDEFINED_13: 208
VBAN_SERIAL_UNDEFINED_14: 224
VBAN_SERIAL_UNDEFINED_3: 48
VBAN_SERIAL_UNDEFINED_4: 64
VBAN_SERIAL_UNDEFINED_5: 80
VBAN_SERIAL_UNDEFINED_6: 96
VBAN_SERIAL_UNDEFINED_7: 112
VBAN_SERIAL_UNDEFINED_8: 128
VBAN_SERIAL_UNDEFINED_9: 144
VBAN_SERIAL_USER: 240
VBAN_TXT_ASCII: 0
VBAN_TXT_UTF8: 16
VBAN_TXT_WCHAR: 32

Generated using TypeDoc

\ No newline at end of file +

Enumeration Members

VBAN_SERIAL_UNDEFINED_10: 160
VBAN_SERIAL_UNDEFINED_11: 176
VBAN_SERIAL_UNDEFINED_12: 192
VBAN_SERIAL_UNDEFINED_13: 208
VBAN_SERIAL_UNDEFINED_14: 224
VBAN_SERIAL_UNDEFINED_3: 48
VBAN_SERIAL_UNDEFINED_4: 64
VBAN_SERIAL_UNDEFINED_5: 80
VBAN_SERIAL_UNDEFINED_6: 96
VBAN_SERIAL_UNDEFINED_7: 112
VBAN_SERIAL_UNDEFINED_8: 128
VBAN_SERIAL_UNDEFINED_9: 144
VBAN_SERIAL_USER: 240
VBAN_TXT_ASCII: 0
VBAN_TXT_UTF8: 16
VBAN_TXT_WCHAR: 32

Generated using TypeDoc

\ No newline at end of file diff --git a/functions/cleanPacketString.html b/functions/cleanPacketString.html index 6754556c..e8d633a2 100644 --- a/functions/cleanPacketString.html +++ b/functions/cleanPacketString.html @@ -1 +1 @@ -cleanPacketString | vban - v1.2.5

Function cleanPacketString

  • Parameters

    • str: string

    Returns string

Generated using TypeDoc

\ No newline at end of file +cleanPacketString | vban - v1.2.5

Function cleanPacketString

  • Parameters

    • str: string

    Returns string

Generated using TypeDoc

\ No newline at end of file diff --git a/functions/dec2bin.html b/functions/dec2bin.html index e40d4d13..d1eaa212 100644 --- a/functions/dec2bin.html +++ b/functions/dec2bin.html @@ -1 +1 @@ -dec2bin | vban - v1.2.5

Function dec2bin

Generated using TypeDoc

\ No newline at end of file +dec2bin | vban - v1.2.5

Function dec2bin

Generated using TypeDoc

\ No newline at end of file diff --git a/functions/prepareStringForPacket.html b/functions/prepareStringForPacket.html index 8213cab9..bf11ccf2 100644 --- a/functions/prepareStringForPacket.html +++ b/functions/prepareStringForPacket.html @@ -1 +1 @@ -prepareStringForPacket | vban - v1.2.5

Function prepareStringForPacket

  • Parameters

    • str: string
    • maxLength: number

    Returns string

Generated using TypeDoc

\ No newline at end of file +prepareStringForPacket | vban - v1.2.5

Function prepareStringForPacket

  • Parameters

    • str: string
    • maxLength: number

    Returns string

Generated using TypeDoc

\ No newline at end of file diff --git a/interfaces/IBitResolution.html b/interfaces/IBitResolution.html index 79254132..b947c24d 100644 --- a/interfaces/IBitResolution.html +++ b/interfaces/IBitResolution.html @@ -1,4 +1,4 @@ -IBitResolution | vban - v1.2.5

Interface IBitResolution

interface IBitResolution {
    bitDepth: number;
    float: boolean;
    signed: boolean;
}

Properties

bitDepth +IBitResolution | vban - v1.2.5

Interface IBitResolution

interface IBitResolution {
    bitDepth: number;
    float: boolean;
    signed: boolean;
}

Properties

Properties

bitDepth: number
float: boolean
signed: boolean

Generated using TypeDoc

\ No newline at end of file +

Properties

bitDepth: number
float: boolean
signed: boolean

Generated using TypeDoc

\ No newline at end of file diff --git a/interfaces/ISerialBitMode.html b/interfaces/ISerialBitMode.html index fb5bb539..db0b2871 100644 --- a/interfaces/ISerialBitMode.html +++ b/interfaces/ISerialBitMode.html @@ -1,24 +1,24 @@ -ISerialBitMode | vban - v1.2.5

Interface ISerialBitMode

interface ISerialBitMode {
    multipart: boolean;
    parity: boolean;
    start: boolean;
    stop: null | number;
}

Properties

multipart +ISerialBitMode | vban - v1.2.5

Interface ISerialBitMode

interface ISerialBitMode {
    multipart: boolean;
    parity: boolean;
    start: boolean;
    stop: null | number;
}

Properties

multipart: boolean

Set to true if the serial data block requires several VBAN Packets (1436 BYTE max) to be completed.

-
parity: boolean

PARITY CHECKING:

+
parity: boolean

PARITY CHECKING:

  • false : no parity checking
  • true : parity checking.
-
start: boolean

START BIT

+
start: boolean

START BIT

  • false : no start bit
  • true : start bit.
-
stop: null | number

STOP BIT

+
stop: null | number

STOP BIT

  • 1 stop bit
  • 1,5 stop bit.
  • 2 stop bit.
  • null : unused
-

Generated using TypeDoc

\ No newline at end of file +

Generated using TypeDoc

\ No newline at end of file diff --git a/interfaces/IServicePing.html b/interfaces/IServicePing.html index c3aa7762..13bcd4ce 100644 --- a/interfaces/IServicePing.html +++ b/interfaces/IServicePing.html @@ -1,4 +1,4 @@ -IServicePing | vban - v1.2.5

Interface IServicePing

interface IServicePing {
    GPSPosition: string;
    PreferredRate: number;
    applicationName: string;
    applicationType: EServicePINGApplicationType;
    bitFeatureEx: number;
    color: {
        blue: number;
        green: number;
        red: number;
    };
    deviceName: string;
    features: EServicePINGFeatures[];
    langCode: string;
    manufacturerName: string;
    maxRate: number;
    minRate: number;
    nVersion: number;
    reservedASCII: string;
    reservedEx: string;
    reservedEx2: string;
    reservedLongASCII: string;
    userComment: string;
    userName: string;
    userPosition: string;
}

Properties

GPSPosition +IServicePing | vban - v1.2.5

Interface IServicePing

interface IServicePing {
    GPSPosition: string;
    PreferredRate: number;
    applicationName: string;
    applicationType: EServicePINGApplicationType;
    bitFeatureEx: number;
    color: {
        blue: number;
        green: number;
        red: number;
    };
    deviceName: string;
    features: EServicePINGFeatures[];
    langCode: string;
    manufacturerName: string;
    maxRate: number;
    minRate: number;
    nVersion: number;
    reservedASCII: string;
    reservedEx: string;
    reservedEx2: string;
    reservedLongASCII: string;
    userComment: string;
    userName: string;
    userPosition: string;
}

Properties

GPSPosition: string
PreferredRate: number
applicationName: string
bitFeatureEx: number
color: {
    blue: number;
    green: number;
    red: number;
}

Type declaration

  • blue: number
  • green: number
  • red: number
deviceName: string
langCode: string
manufacturerName: string
maxRate: number
minRate: number
nVersion: number
reservedASCII: string
reservedEx: string
reservedEx2: string
reservedLongASCII: string
userComment: string
userName: string
userPosition: string

Generated using TypeDoc

\ No newline at end of file +

Properties

GPSPosition: string
PreferredRate: number
applicationName: string
bitFeatureEx: number
color: {
    blue: number;
    green: number;
    red: number;
}

Type declaration

  • blue: number
  • green: number
  • red: number
deviceName: string
langCode: string
manufacturerName: string
maxRate: number
minRate: number
nVersion: number
reservedASCII: string
reservedEx: string
reservedEx2: string
reservedLongASCII: string
userComment: string
userName: string
userPosition: string

Generated using TypeDoc

\ No newline at end of file diff --git a/interfaces/IVBANHeader.html b/interfaces/IVBANHeader.html index 54be6b39..8261ea91 100644 --- a/interfaces/IVBANHeader.html +++ b/interfaces/IVBANHeader.html @@ -1,6 +1,6 @@ -IVBANHeader | vban - v1.2.5

Interface IVBANHeader

interface IVBANHeader {
    frameCounter?: number;
    sp: ESubProtocol;
    sr: number;
    srIndex?: number;
    streamName: string;
}

Hierarchy (view full)

Properties

frameCounter? +IVBANHeader | vban - v1.2.5

Interface IVBANHeader

interface IVBANHeader {
    frameCounter?: number;
    sp: ESubProtocol;
    sr: number;
    srIndex?: number;
    streamName: string;
}

Hierarchy (view full)

Properties

frameCounter?: number
sr: number
srIndex?: number
streamName: string

Generated using TypeDoc

\ No newline at end of file +

Properties

frameCounter?: number
sr: number
srIndex?: number
streamName: string

Generated using TypeDoc

\ No newline at end of file diff --git a/interfaces/IVBANHeaderAudio.html b/interfaces/IVBANHeaderAudio.html index 464f7ea6..263aff9c 100644 --- a/interfaces/IVBANHeaderAudio.html +++ b/interfaces/IVBANHeaderAudio.html @@ -1,4 +1,4 @@ -IVBANHeaderAudio | vban - v1.2.5

Interface IVBANHeaderAudio

interface IVBANHeaderAudio {
    bitResolution: number;
    codec: number;
    frameCounter?: number;
    nbChannel: number;
    nbSample: number;
    sr: number;
    srIndex?: number;
    streamName: string;
}

Hierarchy

Properties

bitResolution +IVBANHeaderAudio | vban - v1.2.5

Interface IVBANHeaderAudio

interface IVBANHeaderAudio {
    bitResolution: number;
    codec: number;
    frameCounter?: number;
    nbChannel: number;
    nbSample: number;
    sr: number;
    srIndex?: number;
    streamName: string;
}

Hierarchy

Properties

bitResolution: number
codec: number
frameCounter?: number
nbChannel: number
nbSample: number
sr: number
srIndex?: number
streamName: string

Generated using TypeDoc

\ No newline at end of file +

Properties

bitResolution: number
codec: number
frameCounter?: number
nbChannel: number
nbSample: number
sr: number
srIndex?: number
streamName: string

Generated using TypeDoc

\ No newline at end of file diff --git a/interfaces/IVBANHeaderCommon.html b/interfaces/IVBANHeaderCommon.html index fb2f2af3..0e069eaf 100644 --- a/interfaces/IVBANHeaderCommon.html +++ b/interfaces/IVBANHeaderCommon.html @@ -1,4 +1,4 @@ -IVBANHeaderCommon | vban - v1.2.5

Interface IVBANHeaderCommon

interface IVBANHeaderCommon {
    frameCounter?: number;
    part1: number;
    part2: number;
    part3: number;
    sp: ESubProtocol;
    sr: number;
    srIndex?: number;
    streamName: string;
}

Hierarchy (view full)

Properties

frameCounter? +IVBANHeaderCommon | vban - v1.2.5

Interface IVBANHeaderCommon

interface IVBANHeaderCommon {
    frameCounter?: number;
    part1: number;
    part2: number;
    part3: number;
    sp: ESubProtocol;
    sr: number;
    srIndex?: number;
    streamName: string;
}

Hierarchy (view full)

Properties

Properties

frameCounter?: number
part1: number
part2: number
part3: number
sr: number
srIndex?: number
streamName: string

Generated using TypeDoc

\ No newline at end of file +

Properties

frameCounter?: number
part1: number
part2: number
part3: number
sr: number
srIndex?: number
streamName: string

Generated using TypeDoc

\ No newline at end of file diff --git a/interfaces/IVBANHeaderSerial.html b/interfaces/IVBANHeaderSerial.html index a4e49df6..40039070 100644 --- a/interfaces/IVBANHeaderSerial.html +++ b/interfaces/IVBANHeaderSerial.html @@ -1,4 +1,4 @@ -IVBANHeaderSerial | vban - v1.2.5

Interface IVBANHeaderSerial

interface IVBANHeaderSerial {
    bitMode: ISerialBitMode;
    bps: number;
    channelsIdents: number;
    formatBit: VBAN_DATATYPE_BYTE8;
    frameCounter?: number;
    srIndex?: number;
    streamName: string;
    streamType: ESerialStreamType;
}

Hierarchy

Properties

bitMode +IVBANHeaderSerial | vban - v1.2.5

Interface IVBANHeaderSerial

interface IVBANHeaderSerial {
    bitMode: ISerialBitMode;
    bps: number;
    channelsIdents: number;
    formatBit: VBAN_DATATYPE_BYTE8;
    frameCounter?: number;
    srIndex?: number;
    streamName: string;
    streamType: ESerialStreamType;
}

Hierarchy

Properties

bps: number
channelsIdents: number
frameCounter?: number
srIndex?: number
streamName: string
streamType: ESerialStreamType

Generated using TypeDoc

\ No newline at end of file +
bps: number
channelsIdents: number
frameCounter?: number
srIndex?: number
streamName: string
streamType: ESerialStreamType

Generated using TypeDoc

\ No newline at end of file diff --git a/interfaces/IVBANHeaderService.html b/interfaces/IVBANHeaderService.html index 6e9156e0..71def9ff 100644 --- a/interfaces/IVBANHeaderService.html +++ b/interfaces/IVBANHeaderService.html @@ -1,8 +1,8 @@ -IVBANHeaderService | vban - v1.2.5

Interface IVBANHeaderService

interface IVBANHeaderService {
    frameCounter?: number;
    isReply?: boolean;
    service: EServiceType;
    serviceFunction: EServiceFunction;
    srIndex?: number;
    streamName: string;
}

Hierarchy

Properties

frameCounter? +IVBANHeaderService | vban - v1.2.5

Interface IVBANHeaderService

interface IVBANHeaderService {
    frameCounter?: number;
    isReply?: boolean;
    service: EServiceType;
    serviceFunction: EServiceFunction;
    srIndex?: number;
    streamName: string;
}

Hierarchy

Properties

frameCounter?: number
isReply?: boolean
service: EServiceType
serviceFunction: EServiceFunction

can be 0 for PING0, or 0x80 for REPLY

-
srIndex?: number
streamName: string

Generated using TypeDoc

\ No newline at end of file +

Properties

frameCounter?: number
isReply?: boolean
service: EServiceType
serviceFunction: EServiceFunction

can be 0 for PING0, or 0x80 for REPLY

+
srIndex?: number
streamName: string

Generated using TypeDoc

\ No newline at end of file diff --git a/interfaces/IVBANHeaderTEXT.html b/interfaces/IVBANHeaderTEXT.html index 215fbffd..89d16c99 100644 --- a/interfaces/IVBANHeaderTEXT.html +++ b/interfaces/IVBANHeaderTEXT.html @@ -1,8 +1,8 @@ -IVBANHeaderTEXT | vban - v1.2.5

Interface IVBANHeaderTEXT

interface IVBANHeaderTEXT {
    bps?: number;
    channelsIdents?: number;
    encoding: ETextEncoding;
    formatBit?: VBAN_DATATYPE_BYTE8;
    frameCounter?: number;
    srIndex?: number;
    streamName: string;
}

Hierarchy

Properties

bps? +IVBANHeaderTEXT | vban - v1.2.5

Interface IVBANHeaderTEXT

interface IVBANHeaderTEXT {
    bps?: number;
    channelsIdents?: number;
    encoding: ETextEncoding;
    formatBit?: VBAN_DATATYPE_BYTE8;
    frameCounter?: number;
    srIndex?: number;
    streamName: string;
}

Hierarchy

Properties

bps?: number
channelsIdents?: number
encoding: ETextEncoding
frameCounter?: number
srIndex?: number
streamName: string

Generated using TypeDoc

\ No newline at end of file +

Properties

bps?: number
channelsIdents?: number
encoding: ETextEncoding
frameCounter?: number
srIndex?: number
streamName: string

Generated using TypeDoc

\ No newline at end of file diff --git a/interfaces/IVBANServerOptions.html b/interfaces/IVBANServerOptions.html index b9831445..29b3714d 100644 --- a/interfaces/IVBANServerOptions.html +++ b/interfaces/IVBANServerOptions.html @@ -1,6 +1,6 @@ -IVBANServerOptions | vban - v1.2.5

Interface IVBANServerOptions

interface IVBANServerOptions {
    application?: {
        GPSPosition?: string;
        PreferredRate?: number;
        applicationName?: string;
        applicationType?: EServicePINGApplicationType;
        bitFeatureEx?: number;
        color?: {
            blue: number;
            green: number;
            red: number;
        };
        deviceName?: string;
        features?: EServicePINGFeatures[];
        langCode?: string;
        manufacturerName?: string;
        maxRate?: number;
        minRate?: number;
        nVersion?: number;
        userComment?: string;
        userName?: string;
        userPosition?: string;
    };
    autoReplyToPing?: boolean;
    beforeProcessPacket?: ((msg, sender) => boolean);
}

Properties

application? +IVBANServerOptions | vban - v1.2.5

Interface IVBANServerOptions

interface IVBANServerOptions {
    application?: {
        GPSPosition?: string;
        PreferredRate?: number;
        applicationName?: string;
        applicationType?: EServicePINGApplicationType;
        bitFeatureEx?: number;
        color?: {
            blue: number;
            green: number;
            red: number;
        };
        deviceName?: string;
        features?: EServicePINGFeatures[];
        langCode?: string;
        manufacturerName?: string;
        maxRate?: number;
        minRate?: number;
        nVersion?: number;
        userComment?: string;
        userName?: string;
        userPosition?: string;
    };
    autoReplyToPing?: boolean;
    beforeProcessPacket?: ((msg, sender) => boolean);
}

Properties

application?: {
    GPSPosition?: string;
    PreferredRate?: number;
    applicationName?: string;
    applicationType?: EServicePINGApplicationType;
    bitFeatureEx?: number;
    color?: {
        blue: number;
        green: number;
        red: number;
    };
    deviceName?: string;
    features?: EServicePINGFeatures[];
    langCode?: string;
    manufacturerName?: string;
    maxRate?: number;
    minRate?: number;
    nVersion?: number;
    userComment?: string;
    userName?: string;
    userPosition?: string;
}

Type declaration

  • Optional GPSPosition?: string
  • Optional PreferredRate?: number
  • Optional applicationName?: string
  • Optional applicationType?: EServicePINGApplicationType
  • Optional bitFeatureEx?: number
  • Optional color?: {
        blue: number;
        green: number;
        red: number;
    }
    • blue: number
    • green: number
    • red: number
  • Optional deviceName?: string
  • Optional features?: EServicePINGFeatures[]
  • Optional langCode?: string
  • Optional manufacturerName?: string
  • Optional maxRate?: number
  • Optional minRate?: number
  • Optional nVersion?: number
  • Optional userComment?: string
  • Optional userName?: string
  • Optional userPosition?: string
autoReplyToPing?: boolean

will auto send a reply when another app will send a ping

-
beforeProcessPacket?: ((msg, sender) => boolean)

Return false to stop processing the packet

-

Type declaration

    • (msg, sender): boolean
    • Parameters

      • msg: Buffer
      • sender: RemoteInfo

      Returns boolean

Generated using TypeDoc

\ No newline at end of file +

Properties

application?: {
    GPSPosition?: string;
    PreferredRate?: number;
    applicationName?: string;
    applicationType?: EServicePINGApplicationType;
    bitFeatureEx?: number;
    color?: {
        blue: number;
        green: number;
        red: number;
    };
    deviceName?: string;
    features?: EServicePINGFeatures[];
    langCode?: string;
    manufacturerName?: string;
    maxRate?: number;
    minRate?: number;
    nVersion?: number;
    userComment?: string;
    userName?: string;
    userPosition?: string;
}

Type declaration

  • Optional GPSPosition?: string
  • Optional PreferredRate?: number
  • Optional applicationName?: string
  • Optional applicationType?: EServicePINGApplicationType
  • Optional bitFeatureEx?: number
  • Optional color?: {
        blue: number;
        green: number;
        red: number;
    }
    • blue: number
    • green: number
    • red: number
  • Optional deviceName?: string
  • Optional features?: EServicePINGFeatures[]
  • Optional langCode?: string
  • Optional manufacturerName?: string
  • Optional maxRate?: number
  • Optional minRate?: number
  • Optional nVersion?: number
  • Optional userComment?: string
  • Optional userName?: string
  • Optional userPosition?: string
autoReplyToPing?: boolean

will auto send a reply when another app will send a ping

+
beforeProcessPacket?: ((msg, sender) => boolean)

Return false to stop processing the packet

+

Type declaration

    • (msg, sender): boolean
    • Parameters

      • msg: Buffer
      • sender: RemoteInfo

      Returns boolean

Generated using TypeDoc

\ No newline at end of file diff --git a/interfaces/VBANServerEvents.html b/interfaces/VBANServerEvents.html index 1e0a075a..cd1eb02b 100644 --- a/interfaces/VBANServerEvents.html +++ b/interfaces/VBANServerEvents.html @@ -1,4 +1,4 @@ -VBANServerEvents | vban - v1.2.5

Interface VBANServerEvents

interface VBANServerEvents {
    error: ((err) => void);
    listening: (() => void);
    message: ((packet, sender) => void);
}

Properties

error +VBANServerEvents | vban - v1.2.5

Interface VBANServerEvents

interface VBANServerEvents {
    error: ((err) => void);
    listening: (() => void);
    message: ((packet, sender) => void);
}

Properties

Properties

error: ((err) => void)

Type declaration

    • (err): void
    • Parameters

      • err: Error

      Returns void

listening: (() => void)

Type declaration

    • (): void
    • Returns void

message: ((packet, sender) => void)

Type declaration

    • (packet, sender): void
    • Parameters

      Returns void

Generated using TypeDoc

\ No newline at end of file +

Properties

error: ((err) => void)

Type declaration

    • (err): void
    • Parameters

      • err: Error

      Returns void

listening: (() => void)

Type declaration

    • (): void
    • Returns void

message: ((packet, sender) => void)

Type declaration

    • (packet, sender): void
    • Parameters

      Returns void

Generated using TypeDoc

\ No newline at end of file diff --git a/types/VBANPacketTypes.html b/types/VBANPacketTypes.html index 8b4914f8..c4063100 100644 --- a/types/VBANPacketTypes.html +++ b/types/VBANPacketTypes.html @@ -1 +1 @@ -VBANPacketTypes | vban - v1.2.5

Type alias VBANPacketTypes

Generated using TypeDoc

\ No newline at end of file +VBANPacketTypes | vban - v1.2.5

Type alias VBANPacketTypes

Generated using TypeDoc

\ No newline at end of file diff --git a/variables/BITS_SPEEDS.html b/variables/BITS_SPEEDS.html index 5fe12feb..e0063c44 100644 --- a/variables/BITS_SPEEDS.html +++ b/variables/BITS_SPEEDS.html @@ -1 +1 @@ -BITS_SPEEDS | vban - v1.2.5

Variable BITS_SPEEDSConst

BITS_SPEEDS: Record<number, number> = ...

Generated using TypeDoc

\ No newline at end of file +BITS_SPEEDS | vban - v1.2.5

Variable BITS_SPEEDSConst

BITS_SPEEDS: Record<number, number> = ...

Generated using TypeDoc

\ No newline at end of file diff --git a/variables/MAX_FRAME_COUNTER.html b/variables/MAX_FRAME_COUNTER.html index f4293d38..d2e46201 100644 --- a/variables/MAX_FRAME_COUNTER.html +++ b/variables/MAX_FRAME_COUNTER.html @@ -1 +1 @@ -MAX_FRAME_COUNTER | vban - v1.2.5

Variable MAX_FRAME_COUNTERConst

MAX_FRAME_COUNTER: 4294967295 = 4294967295

Generated using TypeDoc

\ No newline at end of file +MAX_FRAME_COUNTER | vban - v1.2.5

Variable MAX_FRAME_COUNTERConst

MAX_FRAME_COUNTER: 4294967295 = 4294967295

Generated using TypeDoc

\ No newline at end of file diff --git a/variables/PACKET_IDENTIFICATION.html b/variables/PACKET_IDENTIFICATION.html index 2dba8210..881a076e 100644 --- a/variables/PACKET_IDENTIFICATION.html +++ b/variables/PACKET_IDENTIFICATION.html @@ -1 +1 @@ -PACKET_IDENTIFICATION | vban - v1.2.5

Variable PACKET_IDENTIFICATIONConst

PACKET_IDENTIFICATION: "VBAN" = 'VBAN'

Generated using TypeDoc

\ No newline at end of file +PACKET_IDENTIFICATION | vban - v1.2.5

Variable PACKET_IDENTIFICATIONConst

PACKET_IDENTIFICATION: "VBAN" = 'VBAN'

Generated using TypeDoc

\ No newline at end of file diff --git a/variables/STREAM_NAME_LENGTH.html b/variables/STREAM_NAME_LENGTH.html index 9ed43c1d..360794a5 100644 --- a/variables/STREAM_NAME_LENGTH.html +++ b/variables/STREAM_NAME_LENGTH.html @@ -1,2 +1,2 @@ STREAM_NAME_LENGTH | vban - v1.2.5

Variable STREAM_NAME_LENGTHConst

STREAM_NAME_LENGTH: 16 = 16

the stream name is limited to 16 bytes

-

Generated using TypeDoc

\ No newline at end of file +

Generated using TypeDoc

\ No newline at end of file diff --git a/variables/VBAN_DATA_MAX_SIZE.html b/variables/VBAN_DATA_MAX_SIZE.html index aa3b3b3e..edd718ca 100644 --- a/variables/VBAN_DATA_MAX_SIZE.html +++ b/variables/VBAN_DATA_MAX_SIZE.html @@ -1 +1 @@ -VBAN_DATA_MAX_SIZE | vban - v1.2.5

Variable VBAN_DATA_MAX_SIZEConst

VBAN_DATA_MAX_SIZE: 1436 = 1436

Generated using TypeDoc

\ No newline at end of file +VBAN_DATA_MAX_SIZE | vban - v1.2.5

Variable VBAN_DATA_MAX_SIZEConst

VBAN_DATA_MAX_SIZE: 1436 = 1436

Generated using TypeDoc

\ No newline at end of file diff --git a/variables/VBAN_PACKET_MAX_SIZE.html b/variables/VBAN_PACKET_MAX_SIZE.html index 2d67f33c..68a343d8 100644 --- a/variables/VBAN_PACKET_MAX_SIZE.html +++ b/variables/VBAN_PACKET_MAX_SIZE.html @@ -1 +1 @@ -VBAN_PACKET_MAX_SIZE | vban - v1.2.5

Variable VBAN_PACKET_MAX_SIZEConst

VBAN_PACKET_MAX_SIZE: 1464 = 1464

Generated using TypeDoc

\ No newline at end of file +VBAN_PACKET_MAX_SIZE | vban - v1.2.5

Variable VBAN_PACKET_MAX_SIZEConst

VBAN_PACKET_MAX_SIZE: 1464 = 1464

Generated using TypeDoc

\ No newline at end of file diff --git a/variables/sampleRates.html b/variables/sampleRates.html index dafcc9e7..b6aaab9d 100644 --- a/variables/sampleRates.html +++ b/variables/sampleRates.html @@ -1 +1 @@ -sampleRates | vban - v1.2.5

Variable sampleRatesConst

sampleRates: Record<number, number> = ...

Generated using TypeDoc

\ No newline at end of file +sampleRates | vban - v1.2.5

Variable sampleRatesConst

sampleRates: Record<number, number> = ...

Generated using TypeDoc

\ No newline at end of file diff --git a/variables/serialStopModes.html b/variables/serialStopModes.html index 8355d9a5..e0ae126f 100644 --- a/variables/serialStopModes.html +++ b/variables/serialStopModes.html @@ -1 +1 @@ -serialStopModes | vban - v1.2.5

Variable serialStopModesConst

serialStopModes: {
    mode: number;
    stop: number | null;
}[] = ...

Type declaration

  • mode: number
  • stop: number | null

Generated using TypeDoc

\ No newline at end of file +serialStopModes | vban - v1.2.5

Variable serialStopModesConst

serialStopModes: {
    mode: number;
    stop: number | null;
}[] = ...

Type declaration

  • mode: number
  • stop: number | null

Generated using TypeDoc

\ No newline at end of file