Canboat ts-pgns
    Preparing search index...

    Interface Enumeration

    interface Enumeration {
        EnumValues: EnumValue[];
        MaxValue: number;
        Name: string;
    }

    Hierarchy

    Index

    Properties

    EnumValues: EnumValue[]
    MaxValue: number
    Name: string