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