vban - v1.4.1
    Preparing search index...

    Interface IVBANHeaderService

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

    Hierarchy

    Index

    Properties

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

    can be 0 for PING0, or 0x80 for REPLY

    srIndex?: number
    streamName: string