enum io.Df1FileType

enum Df1FileType
{
    Status              = 0x84,
    Bit                 = 0x85,
    Timer               = 0x86,
    Counter             = 0x87,
    Control             = 0x88,
    Integer             = 0x89,
    FloatingPoint       = 0x8a,
    OutputLogicalBySlot = 0x8b,
    InputLogicalBySlot  = 0x8c,
    String              = 0x8d,
    Ascii               = 0x8e,
    Bcd                 = 0x8f,
};