jooby-codec
    Preparing search index...

    Interface IFrameHeader

    interface IFrameHeader {
        destination: number;
        source: number;
        type: number;
        typeName?: string;
    }
    Index

    Properties

    destination: number

    Destination device address.

    0xffff
    
    source: number

    Source device address.

    0x238a
    
    type: number

    Frame type from the list of available types.

    typeName?: string